From db444b5fe7fa629b0c482d467394aa84b4211590 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 22 Sep 2024 17:59:41 +0200 Subject: [PATCH] feat: suppression du wrapper --- index.html | 2 +- scss/clear-typography.scss | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) 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) {