diff options
| author | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-01-26 14:13:45 +0000 |
|---|---|---|
| committer | Joe Carstairs <jcarstairs@scottlogic.com> | 2024-01-26 14:13:45 +0000 |
| commit | 1f9d3bce4de8a3a89105862304ea1544106a18ee (patch) | |
| tree | 85f0aa2b3554ceef81dee5297e599b7051eddad3 /scss/modules/_link-gallery.xs.scss | |
| parent | fab184fe597c1c833cd0afee66387160f3029bdf (diff) | |
Improves link gallery styling
Diffstat (limited to 'scss/modules/_link-gallery.xs.scss')
| -rw-r--r-- | scss/modules/_link-gallery.xs.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/modules/_link-gallery.xs.scss b/scss/modules/_link-gallery.xs.scss index 805073d..9bfc8d6 100644 --- a/scss/modules/_link-gallery.xs.scss +++ b/scss/modules/_link-gallery.xs.scss @@ -7,6 +7,10 @@ --gallery-item-column-span: 2; --gallery-row-title-height: 11ex; text-align: center; + + img { + max-width: 100%; + } } .link-gallery__title { |
