diff options
author | Bradley Taunt <bt@btxx.org> | 2024-12-27 08:54:45 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-12-27 08:54:45 -0500 |
commit | 4348132809135017a4f29a391154cd66f63a657c (patch) | |
tree | 662c1d4c56458306b9e37fdda37348a1a8941656 | |
parent | de27ddb871a83e4f78a941e205d5e1bc77b81df3 (diff) |
Remove centering title on mobile
-rw-r--r-- | public/index.html.gz | bin | 642 -> 642 bytes | |||
-rw-r--r-- | public/style.css | 6 | ||||
-rw-r--r-- | public/style.css.gz | bin | 582 -> 559 bytes |
3 files changed, 0 insertions, 6 deletions
diff --git a/public/index.html.gz b/public/index.html.gz Binary files differindex 704e481..6a85762 100644 --- a/public/index.html.gz +++ b/public/index.html.gz diff --git a/public/style.css b/public/style.css index a0ffafb..2814250 100644 --- a/public/style.css +++ b/public/style.css @@ -83,12 +83,6 @@ footer p { } } -@media(max-width:420px) { - h1 { - text-align: center; - } -} - @media(prefers-color-scheme: dark) { body { background: #1E1F21; diff --git a/public/style.css.gz b/public/style.css.gz Binary files differindex 1c5625b..7e43e1b 100644 --- a/public/style.css.gz +++ b/public/style.css.gz |