mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
fix: added edge case for large screens
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user