]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
chore: add media queries for small devices main
authorAlexander Goussas <[email protected]>
Tue, 19 May 2026 17:45:14 +0000 (12:45 -0500)
committerAlexander Goussas <[email protected]>
Tue, 19 May 2026 17:45:14 +0000 (12:45 -0500)
assets/styles.css

index e141cacee7047720b4cbba6d4015f615492e9e4e..6b7869f826d208f7487631468986745ceb7b0e54 100644 (file)
@@ -112,3 +112,13 @@ nav {
     height: fit-content;
   }
 }
+
+@media only screen and (max-width: 600px) {
+  body {
+    width: 90%;
+  }
+
+  #hornet, #logo {
+    display: none;
+  }
+}