Compare commits

..

No commits in common. "ee9dd6bdc474ac04703c4be07c525c987a581337" and "e2ae37d9f9a9543c48dd6e6b62998307e00ec3f1" have entirely different histories.

View file

@ -25,7 +25,6 @@ html, body {
font-family: "Verdana", "Helvetica", "Arial", sans-serif; font-family: "Verdana", "Helvetica", "Arial", sans-serif;
color: var(--text-color-primary); color: var(--text-color-primary);
background: var(--primary-bg-color); background: var(--primary-bg-color);
overflow-x: hidden; /* empêche les stickers de déborder horizontalement */
} }
img { img {
@ -82,10 +81,10 @@ main p {
} }
section { section {
position: relative; position: relative ;
max-width: 900px; max-width: 1400px;
font-size: 1.5em; font-size: 2em;
line-height: 1.3em; text-align:justify;
margin: auto; margin: auto;
margin-bottom: 100px; margin-bottom: 100px;
padding: 2%; padding: 2%;