adjust margins

This commit is contained in:
Valentin Moguérou 2024-05-10 03:23:39 +02:00
parent 1b9dad1f9e
commit f22f587542
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@ header .bandeau button:active {
}
main {
margin: 20px auto;
margin: 0 auto;
width: clamp(350px, 60%, 1200px);
background-color: white;
padding: 10px;
@ -144,6 +144,7 @@ p.programme {
footer {
text-align: center;
margin: 20px 0;
}