From 5f76bfe714c74b38019b0cdc316d003729905208 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Tue, 15 Aug 2023 23:16:43 +0100 Subject: Three lines and wider lallans in gallery --- public/main.css | 10 +++++----- 1 file 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 +} -- cgit v1.2.3