Compare commits
2 commits
e2ae37d9f9
...
ee9dd6bdc4
| Author | SHA1 | Date | |
|---|---|---|---|
| ee9dd6bdc4 | |||
| 378d7521ed |
1 changed files with 5 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
@ -82,9 +83,9 @@ main p {
|
|||
|
||||
section {
|
||||
position: relative;
|
||||
max-width: 1400px;
|
||||
font-size: 2em;
|
||||
text-align:justify;
|
||||
max-width: 900px;
|
||||
font-size: 1.5em;
|
||||
line-height: 1.3em;
|
||||
margin: auto;
|
||||
margin-bottom: 100px;
|
||||
padding: 2%;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue