summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css
index 8149462..11ecba4 100644
--- a/src/style.css
+++ b/src/style.css
@@ -6,6 +6,7 @@ body {
display: flex;
flex-direction: column;
margin: 0;
+ font-family: "Overpass", sans-serif;
}
main, #slideshow {
@@ -86,7 +87,11 @@ footer {
}
#menu {
- a { width: 100%; height: 48px }
+ a {
+ width: 100%;
+ padding: 12px;
+ svg { height: 24px }
+ }
display: flex;
width: 100%;
padding: 16px;