📱 improve page width on tablet-sized screens (fix #42)

This commit is contained in:
DrMaxNix 2023-12-20 20:34:29 +01:00
parent 2399c973e3
commit f747650b45
1 changed files with 10 additions and 0 deletions

View File

@ -125,6 +125,16 @@ span.inline {
text-align: center;
}
@media only screen and (max-width: 1600px) {
.page {
max-width: 70vw;
}
}
@media only screen and (max-width: 1300px) {
.page {
max-width: 80vw;
}
}
@media only screen and (max-width: 1000px) {
.page {
max-width: 100vw;