diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 14:16:18 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 14:16:18 +0200 |
commit | 44bad3cddd7457281ee54e543a2035e7b7e85acd (patch) | |
tree | ada9ce2ab682826668c63541b763a1592a9ce9f3 /src | |
parent | 7caddec8f32c23bfe6adcde7faa1a15302311146 (diff) | |
download | website-44bad3cddd7457281ee54e543a2035e7b7e85acd.tar.xz |
Use big glider but resize it using width/height
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 8 |
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; } |