adjust margins

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

View File

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