diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 01:52:38 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 01:52:38 +0100 |
commit | 14d30aeaba531854e2bde6884bc6ab48a5233795 (patch) | |
tree | 932898857159286f65da44fda221e70e58636d29 /src | |
parent | 286972e90c44ae61fa6e21adae94936601a37cd9 (diff) | |
download | website-14d30aeaba531854e2bde6884bc6ab48a5233795.tar.xz |
rever using small glider, and add padding under it
keep the png tho
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.css b/src/style.css index bddd481..9420b6a 100644 --- a/src/style.css +++ b/src/style.css @@ -108,5 +108,5 @@ footer #emblem { flex-basis: 55px; flex-grow: 0; margin-top: 0.2rem; - padding-top: 0; + margin-bottom: 0.6rem; } |