summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CSS/main.css12
-rw-r--r--index.html2
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
diff --git a/index.html b/index.html
index e36f7f8..199a951 100644
--- a/index.html
+++ b/index.html
@@ -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>