diff --git a/css/base.css b/css/base.css index 17abaf7..0a16d2d 100644 --- a/css/base.css +++ b/css/base.css @@ -25,6 +25,7 @@ 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 { @@ -81,10 +82,10 @@ main p { } section { - position: relative ; - max-width: 1400px; - font-size: 2em; - text-align:justify; + position: relative; + max-width: 900px; + font-size: 1.5em; + line-height: 1.3em; margin: auto; margin-bottom: 100px; padding: 2%;