improve navbar on widescreen

This commit is contained in:
Alexis Fourmaux 2025-05-16 16:15:31 +02:00
parent 51d599eff6
commit dab83f64f5
4 changed files with 74 additions and 86 deletions

View file

@ -29,11 +29,17 @@ body {
}
article {
max-width: var(--main-width);
max-width: calc(var(--main-width) - 12rem);
margin-left: auto;
margin-right: auto;
}
@media only screen and (max-width: 600px) {
article {
max-width: var(--main-width);
}
}
h1 {
font-size: 2rem;
font-weight: medium;