diff --git a/css/content.css b/css/content.css index 96d842c..9f3f642 100644 --- a/css/content.css +++ b/css/content.css @@ -1,3 +1,9 @@ +.content { + margin: 2em auto 0 auto; + padding: 0 var(--space-small); + max-width: 1100px; +} + /* Sections */ .section { diff --git a/stylesheet.css b/stylesheet.css index d5dca54..7eba5b5 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -7,7 +7,3 @@ body { color: var(--color); } -.content { - margin: 2em auto 0 auto; - max-width: 1100px; -}