diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-24 10:07:50 +0530 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2018-03-24 10:07:50 +0530 |
commit | 4aad9f6b3fcc449f2baeb08aede7938c100127df (patch) | |
tree | 26b9e4d0870992ca45b396e57bd39116cd05fc66 | |
parent | 6b2dcbb91a415eb955d722c654075f0109ae4735 (diff) |
Fix center alignment of footer links
-rw-r--r-- | static/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index b87bbe8..6426d6f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -77,6 +77,10 @@ footer a { margin-right: 1em; } +footer a:last-child { + margin-right: 0; +} + /* Posts */ article { |