summaryrefslogtreecommitdiffstats
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css
index 1564af5..d6dc8bf 100644
--- a/src/style.css
+++ b/src/style.css
@@ -130,8 +130,10 @@ footer a {
}
footer #emblem {
flex: 1;
- flex-basis: 55px;
+ flex-basis: 40px;
flex-grow: 0;
- margin-top: 0.2rem;
- margin-bottom: 0.6rem;
+}
+footer #emblem img {
+ width: 40px;
+ height: 40px;
}