aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-11-09 10:49:15 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:19:59 -0400
commit3d7cfc977644607689815b650a391818aa179c25 (patch)
treeb1b0fed9e39b2d8bdd4797d5c19bf3619e5b3bda /static/style.css
parentd14481067a794719a6d6e2718a45ff2ffaa2e64d (diff)
mobile css tweaks
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css32
1 files changed, 28 insertions, 4 deletions
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