summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-22 23:13:29 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-22 23:13:29 -0500
commitf9a30d866ce2e915d67cbce8e5b52aff73c4e269 (patch)
tree3595ac046816df465919aa4107b21ffd26fac466
parent1e786e7807e41e7143588a84d085f019ed19b28a (diff)
CSS: opportunistically shorten index sections vertically
-rw-r--r--src/main.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.scss b/src/main.scss
index 740f854..98adccb 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -128,6 +128,7 @@ body.index {
display: flex;
flex-direction: row;
flex-wrap: wrap;
+ align-items: flex-start;
}
@mixin card {