adjust margins
This commit is contained in:
parent
b76277a6c7
commit
6e367cb9dd
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue