diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 13:29:53 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 13:29:53 +0200 |
commit | a936e7075ee3101fc0dfddac013bf23176f3e655 (patch) | |
tree | f189ae48f75d5c016bdaf499cac4a846d5f21b44 /src | |
parent | 2121a01e5c5893700f9b2a71613c098d910f4d9e (diff) | |
download | website-a936e7075ee3101fc0dfddac013bf23176f3e655.tar.xz |
shrink glider to 40x40
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/style.css b/src/style.css index 1564af5..bc0488d 100644 --- a/src/style.css +++ b/src/style.css @@ -130,8 +130,6 @@ footer a { } footer #emblem { flex: 1; - flex-basis: 55px; + flex-basis: 40px; flex-grow: 0; - margin-top: 0.2rem; - margin-bottom: 0.6rem; } |