diff --git a/css/base.css b/css/base.css index 0a16d2d..17abaf7 100644 --- a/css/base.css +++ b/css/base.css @@ -25,7 +25,6 @@ html, body { font-family: "Verdana", "Helvetica", "Arial", sans-serif; color: var(--text-color-primary); background: var(--primary-bg-color); - overflow-x: hidden; /* empĂȘche les stickers de dĂ©border horizontalement */ } img { @@ -82,10 +81,10 @@ main p { } section { - position: relative; - max-width: 900px; - font-size: 1.5em; - line-height: 1.3em; + position: relative ; + max-width: 1400px; + font-size: 2em; + text-align:justify; margin: auto; margin-bottom: 100px; padding: 2%;