css-protips icon indicating copy to clipboard operation
css-protips copied to clipboard

Add tip: wrapper utility

Open tomjbradley opened this issue 4 years ago • 2 comments

You should add a tip for a simple wrapper/container utility. For example:

.wrapper {
  margin-right: auto;
  margin-left:  auto;
  max-width: 960px;
  padding-right: 10px;
  padding-left:  10px;
}

It's explained more in this css-tricks article.

I'd be happy to add it if you want.

tomjbradley avatar Feb 22 '21 11:02 tomjbradley

Hey, I was wondering should I submit a PR for this or do you not want the changes otherwise I'll just close the issue.

tomjbradley avatar Mar 01 '21 17:03 tomjbradley

Feel free to submit a PR if you like, I haven't given this idea much thought yet.

AllThingsSmitty avatar Mar 02 '21 01:03 AllThingsSmitty