diff options
| author | Carson Fleming <cflems@cflems.net> | 2023-11-08 01:06:36 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2023-11-08 01:06:36 -0500 |
| commit | c1e0362f92bbd05361e28b5f1e9507e8c63bfa4c (patch) | |
| tree | 7bd8455415b26a375cfb018376b2587ea9fda32a /static/css/mobile.css | |
| parent | 4ec772036152be317a31d81f31a37d3dc624cd95 (diff) | |
| download | fle.ms-c1e0362f92bbd05361e28b5f1e9507e8c63bfa4c.tar.gz | |
Add credit link, github link, and meta tags
Diffstat (limited to 'static/css/mobile.css')
| -rw-r--r-- | static/css/mobile.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css index 7b73764..f5396ba 100644 --- a/static/css/mobile.css +++ b/static/css/mobile.css @@ -37,4 +37,11 @@ font-size: 1.5em; margin-bottom: 1rem; } + #footer { + justify-content: space-evenly; + font-size: 1.25em; + } + #footer span { + margin: 0; + } } |
