diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:24:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:24:15 +0100 |
| commit | 57b86c33a183e11652215f8588f728476f176fc5 (patch) | |
| tree | 66a0e20fcd0e1e7445e5126afc203af5e91e782c /public/main.css | |
| parent | a9d4d0d1bbc612439959d774ca109898abd922b7 (diff) | |
Pulls out link-gallery module
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/public/main.css b/public/main.css index b937824..4e984b4 100644 --- a/public/main.css +++ b/public/main.css @@ -76,64 +76,9 @@ footer { } .link-gallery { - display: flex; - flex-wrap: wrap; - gap: var(--spacing-inline-sm); padding-block: var(--spacing-block-md); } -.link-gallery__container { - display: flex; - flex-direction: column; - width: fit-content; - align-items: center; - height: fit-content; -} - -.link-gallery--furthsettins { - --gallery-item-width: 6rem; - --gallery-item-height: 6rem; - justify-content: space-evenly; -} - -.link-gallery--lallans { - --gallery-item-width: 9rem; - --gallery-item-height: auto; -} - -.link-gallery--scotsoun { - --gallery-item-width: 8rem; - --gallery-item-height: 8rem; -} - -.link-gallery__image { - max-width: var(--gallery-item-width); - max-height: var(--gallery-item-height); -} - -.link-gallery--furthsettins img { - border-radius: 50%; -} - -.link-gallery__image img { - max-width: 100%; - max-height: 100%; -} - -.link-gallery__title { - justify-self: end; - max-width: var(--gallery-item-width); - min-height: 11ex; - min-height: 3lh; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 3; - -webkit-box-orient: vertical; - overflow: hidden; - text-align: center; - margin-inline: var(--spacing-inline-xs); -} - .italic { font-style: italic; } |
