From 3d7cfc977644607689815b650a391818aa179c25 Mon Sep 17 00:00:00 2001
From: thinkpadmaster <a.scerba02@gmail.com>
Date: Thu, 9 Nov 2023 10:49:15 -0500
Subject: mobile css tweaks

---
 static/style.css | 32 ++++++++++++++++++++++++++++----
 1 file changed, 28 insertions(+), 4 deletions(-)

(limited to 'static')

diff --git a/static/style.css b/static/style.css
index 18835bd..2bf2994 100644
--- a/static/style.css
+++ b/static/style.css
@@ -83,7 +83,8 @@ header {
 }
 
 h1 {
-  font-weight: lighter;
+  font-size: 1.5rem;
+  color: rgb(190, 190, 190);
 }
 
 .main-nav-position {
@@ -128,14 +129,15 @@ a {
 
 .footer-logo {
     filter: invert(100%);
-    height: 2rem;
+    height: 1rem;
     margin-left: .75rem;
 }
 
 footer {
     display: flex;
     background-color: black;
-    padding: 1rem;
+    padding-left: 1rem;
+    padding-right: 1rem;
     gap: 1rem;
     align-items: center;
 }
@@ -143,6 +145,7 @@ footer {
 address {
     padding-left: 1rem;
     gap: 2rem;
+    font-size: .7rem;
 }
 
 footer * {
@@ -159,6 +162,9 @@ footer * {
     nav {
       display: none;
     }
+    .footer-logo {
+      height: 1.5rem;
+    }
 
     header {
         width: 100%;
@@ -289,4 +295,22 @@ footer * {
     .toggler:checked ~ .hamburger {
       background-color: #00000000;
     }
-  }
\ No newline at end of file
+}
+
+@media screen and (max-width: 27rem) {
+  .logo {
+    height: 10vw;
+  }
+  .name {
+    font-size: 6.5vw;
+  }
+  .address {
+    font-size: .5rem;
+  }
+  .toggler{
+    top: .4rem;
+  }
+  .hamburger{
+    top: .4rem;
+  }
+}
\ No newline at end of file
-- 
cgit v1.2.3