Compare commits
No commits in common. "ee9dd6bdc474ac04703c4be07c525c987a581337" and "e2ae37d9f9a9543c48dd6e6b62998307e00ec3f1" have entirely different histories.
ee9dd6bdc4
...
e2ae37d9f9
1 changed files with 4 additions and 5 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue