fix: added edge case for large screens

This commit is contained in:
2024-08-16 13:57:57 +02:00
parent eaeb206174
commit b3f2e26a14

View File

@@ -243,6 +243,12 @@ a:focus {
0.1s text-decoration ease-in-out;
}
@media only screen and (min-width: 2000px) {
.page {
height: 11in;
}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
html,
body {