diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 23:24:53 -0400 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2018-09-03 23:31:12 -0400 |
commit | c0f853abfb12fa3de76edadd60570930c7732cc1 (patch) | |
tree | 372cc2da30b8eafaa4632ada540de2bb7d454ac7 /assets | |
parent | bfefb5fa2e831e32672c2feaa844bbc1a7d41bc3 (diff) |
add rss and social media icons to header
Diffstat (limited to 'assets')
-rw-r--r-- | assets/main.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/assets/main.css b/assets/main.css index 6dfcdd9..99b30aa 100644 --- a/assets/main.css +++ b/assets/main.css @@ -3,13 +3,14 @@ ul { } #title-header { - padding-top: 1rem; - padding-bottom: 3rem; border-bottom: 1px solid #AAA; } #title-header .title { - margin: 0; + margin-top: 2rem; + margin-bottom: 2rem; + margin-left: 0; + margin-right: 0; } #title-header .title a { @@ -17,6 +18,16 @@ ul { text-decoration: none; } +#title-header .social { + margin-top: 1rem; +} + +#title-header .social a { + color: #AAA; + text-decoration: none; + margin-right: 1em; +} + #posts-list { margin-top: 3rem; list-style: none; |