diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-15 23:16:43 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-15 23:16:43 +0100 |
| commit | 5f76bfe714c74b38019b0cdc316d003729905208 (patch) | |
| tree | 4c942ca1084fada731a1b1f4159ec156d43d0fc6 | |
| parent | c728854bd06f2610b2e0ec30af6d2f08e9c3f4cb (diff) | |
Three lines and wider lallans in gallery
| -rw-r--r-- | public/main.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/main.css b/public/main.css index 1833bca..4857a05 100644 --- a/public/main.css +++ b/public/main.css @@ -371,7 +371,7 @@ footer { } .link-gallery--lallans { - --gallery-item-width: 6rem; + --gallery-item-width: 9rem; --gallery-item-height: auto; } @@ -397,11 +397,11 @@ footer { .link-gallery__title { justify-self: end; max-width: var(--gallery-item-width); - min-height: 7ex; - min-height: 2lh; + min-height: 11ex; + min-height: 3lh; text-overflow: ellipsis; display: -webkit-box; - -webkit-line-clamp: 2; + -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-align: center; @@ -512,4 +512,4 @@ nav { .margin-block-start-md { margin-block-start: var(--spacing-block-md); -}
\ No newline at end of file +} |
