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;
|
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 {
|
||||||
|
|
@ -83,9 +82,9 @@ 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%;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue