Change style for small screens and small pages

This commit is contained in:
TheThomaas 2023-06-23 21:09:01 +02:00
parent 2a3efb9271
commit 247fc85d4b

View file

@ -15,6 +15,9 @@
body {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
> header {
display: flex;
@ -35,10 +38,7 @@ body {
}
li {
padding: 6px 20px;
@media screen and (min-width: 768px) {
display: inline-block;
}
display: inline-block;
}
a[aria-current="page"] {