diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-22 23:13:29 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-22 23:13:29 -0500 |
commit | f9a30d866ce2e915d67cbce8e5b52aff73c4e269 (patch) | |
tree | 3595ac046816df465919aa4107b21ffd26fac466 /src | |
parent | 1e786e7807e41e7143588a84d085f019ed19b28a (diff) |
CSS: opportunistically shorten index sections vertically
Diffstat (limited to 'src')
-rw-r--r-- | src/main.scss | 1 |
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 { |