diff options
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; + } } |
