diff --git a/sass/styles/layout.scss b/sass/styles/layout.scss index c2a1b7e..bcc687b 100644 --- a/sass/styles/layout.scss +++ b/sass/styles/layout.scss @@ -13,6 +13,24 @@ p { } a { text-decoration: none; + + &:visited { + color: blue; + } + + &:hover { + color: blueviolet; + } +} + +body { + margin-bottom: 30px; +} + +.mobile-hidden { + @media only screen and (max-width: 650px) { + display: none; + } } .yt-embed { @@ -76,3 +94,8 @@ a { } } } + +.blog-post-li { + margin: 0.25em; + font-size: 96%; +} diff --git a/templates/section.html b/templates/section.html index 0420c37..87a46ee 100644 --- a/templates/section.html +++ b/templates/section.html @@ -28,9 +28,10 @@ {% if section.extra.inject_blog_posts %}