diff options
author | Volpeon <git@volpeon.ink> | 2023-01-10 10:03:23 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-01-10 10:03:23 +0100 |
commit | 490e4c34c8588bf6095346944e9f025eaa0addaf (patch) | |
tree | ef22b059fddecf7b869ab657d933599daf0b4ef6 /assets/css/layouts | |
parent | Better asset handling; paragraph fix for new Pandoc versions; updated emojis (diff) | |
download | volpeon.ink-490e4c34c8588bf6095346944e9f025eaa0addaf.tar.gz volpeon.ink-490e4c34c8588bf6095346944e9f025eaa0addaf.tar.bz2 volpeon.ink-490e4c34c8588bf6095346944e9f025eaa0addaf.zip |
Improved appearance of related content
Diffstat (limited to 'assets/css/layouts')
-rw-r--r-- | assets/css/layouts/_card-list.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/assets/css/layouts/_card-list.scss b/assets/css/layouts/_card-list.scss index b532cc1..d8e67ee 100644 --- a/assets/css/layouts/_card-list.scss +++ b/assets/css/layouts/_card-list.scss | |||
@@ -52,7 +52,6 @@ | |||
52 | @each $mode in 'grid-2' 'grid-3' 'gallery-2' 'gallery-3' { | 52 | @each $mode in 'grid-2' 'grid-3' 'gallery-2' 'gallery-3' { |
53 | @include iro.bem-modifier($mode) { | 53 | @include iro.bem-modifier($mode) { |
54 | display: grid; | 54 | display: grid; |
55 | align-items: start; | ||
56 | grid-template-columns: repeat(auto-fill, minmax(fn.dim('--#{$mode}' --col-width), 1fr)); | 55 | grid-template-columns: repeat(auto-fill, minmax(fn.dim('--#{$mode}' --col-width), 1fr)); |
57 | gap: fn.dim('--#{$mode}' --gap); | 56 | gap: fn.dim('--#{$mode}' --gap); |
58 | } | 57 | } |