diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 20:12:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-13 20:12:53 +0100 |
| commit | f6d45f7b9374444ae1ab751a213d86827b64eb8f (patch) | |
| tree | 75ded0ecc1bb3c58086fdbf65dc84e2f476ca9b5 /public/main.css | |
| parent | 3d6bc8137220f483ef87ba0aa059568711d0e287 (diff) | |
Adds Scotsoun
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/main.css b/public/main.css index 2a7be46..90c5c09 100644 --- a/public/main.css +++ b/public/main.css @@ -395,6 +395,11 @@ footer { --gallery-item-height: auto; } +.link-gallery--scotsoun { + --gallery-item-width: 8rem; + --gallery-item-height: 8rem; +} + .link-gallery__image { align-self: start; max-width: var(--gallery-item-width); |
