diff --git a/index.html b/index.html index 5dfacc6..ae2d836 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ - +

Document de Test

diff --git a/scss/clear-typography.scss b/scss/clear-typography.scss index 6332203..fb85636 100644 --- a/scss/clear-typography.scss +++ b/scss/clear-typography.scss @@ -27,6 +27,9 @@ body { line-height: $lineheight; color: #444; font-weight: 400; + max-width:900px; + padding:1rem; + margin: auto; } .night-mode { @@ -86,13 +89,6 @@ sub { ::selection { background: #2484c1; color: #fff; } ::-moz-selection { background: #2484c1; color: #fff; } -/* ------------------ WRAPPERS ------------------- */ - -.text-wrapper { - width:$baseheight*40; - margin: auto; -} - /* ------------------ TITLES ------------------- */ @mixin title($size, $weight) {