diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-22 23:31:09 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-22 23:31:09 -0500 |
commit | f3f07b1f02a7303056290b963cf10335d5fc72e2 (patch) | |
tree | 48cce4469456ea2387639d7850e8805092ae9603 /src | |
parent | df82c975ee5cb6ff3000bca99b246d90e8be7eec (diff) |
minor style touch-ups
Diffstat (limited to 'src')
-rw-r--r-- | src/main.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.scss b/src/main.scss index f85003b..89044e5 100644 --- a/src/main.scss +++ b/src/main.scss @@ -91,6 +91,8 @@ article, footer { } article { + overflow: hidden; + .tag { font-size: 60%; color: white !important; @@ -115,7 +117,7 @@ article { footer { padding: 1em 0; - font-size: 60%; + font-size: 70%; p { margin: 0; } |