diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-21 20:05:59 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-21 20:05:59 +0100 |
| commit | 567c117fe18fd87d0f903e913c05299b2c12cbec (patch) | |
| tree | c95663354e3f9d32703c8e00fdef4da9560f4730 /_static/css | |
| parent | 4c7b98d407e0721bdd5931ff2463a8999daa3ea6 (diff) | |
| download | alpine-mksite-567c117fe18fd87d0f903e913c05299b2c12cbec.tar.bz2 alpine-mksite-567c117fe18fd87d0f903e913c05299b2c12cbec.tar.xz | |
downsize the footer
Diffstat (limited to '_static/css')
| -rw-r--r-- | _static/css/styles.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/_static/css/styles.css b/_static/css/styles.css index 295e152..1b1358c 100644 --- a/_static/css/styles.css +++ b/_static/css/styles.css @@ -323,8 +323,9 @@ footer { position: absolute; bottom: 0; width: 100%; - padding-top: 1em; - padding-bottom: 1em; + padding-top: 0.8em; + padding-bottom: 0.8em; + font-size: 0.8em; } footer a { color: #ddd; } |
