Fix css style for mobile devices

This commit is contained in:
2026-01-06 03:08:38 +01:00
parent 50db0fcce2
commit f2fea7a61f
6 changed files with 82 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ body
visibility: hidden;
}
.hidden{
.hidden {
visibility: hidden;
}
@@ -76,12 +76,12 @@ main > nav
article > .subtitle {
height: 10vw;
}
article footer{
display: block;
height: 5vw;
}
}
@media only screen and (max-width: 600px)