diff options
| -rw-r--r-- | CSS/main.css | 12 | ||||
| -rw-r--r-- | index.html | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/CSS/main.css b/CSS/main.css index aa67497..de524a0 100644 --- a/CSS/main.css +++ b/CSS/main.css @@ -175,4 +175,16 @@ main{ div.logo{ margin-top: 1em; } +} +@media only screen and (max-height: 762px){ + ul li a{ + font-size: 7px; + } + p{ + font-size: 10px; + } + body{ + grid-template-columns: 16% auto; + } + }
\ No newline at end of file @@ -13,7 +13,7 @@ <script src="JS/cookies.js"></script> <script src="JS/command.js"></script> </head> - <body onkeydown="keyCode(event)" onload="FocusOnInput(),checkCookie()"> + <body onkeydown="keyCode(event)" onload="FocusOnInput(),checkCookie(),setCookie('theme', getCookie('theme', 365))"> <aside id="NavBar"> <img src="images\menu.svg" id="menuicon" class="menuimg"> <nav> |
