Making the website go full height.

This commit is contained in:
sergiotarxz 2023-05-01 06:29:44 +02:00
parent 9b04031b8e
commit 0893e688ac
2 changed files with 4 additions and 4 deletions

View File

@ -192,9 +192,9 @@ body {
@media (min-width: 1100px) { @media (min-width: 1100px) {
body div.page-contents { body div.page-contents {
top: 2%; top: 0%;
left: 5%; left: 5%;
height: 96%; height: 100%;
width: 90%; } width: 90%; }
body div.page-contents th, body div.page-contents td { body div.page-contents th, body div.page-contents td {
font-size: 40px; } font-size: 40px; }

View File

@ -292,9 +292,9 @@ body {
nav.mobile-shortcuts { nav.mobile-shortcuts {
display: none; display: none;
} }
top: 2%; top: 0%;
left: 5%; left: 5%;
height: 96%; height: 100%;
width: 90%; width: 90%;
} }
} }