summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-22 23:31:09 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-22 23:31:09 -0500
commitf3f07b1f02a7303056290b963cf10335d5fc72e2 (patch)
tree48cce4469456ea2387639d7850e8805092ae9603
parentdf82c975ee5cb6ff3000bca99b246d90e8be7eec (diff)
minor style touch-ups
-rw-r--r--src/main.scss4
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;
}