diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-13 20:47:26 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-10-13 20:47:26 +0100 |
| commit | 8b2d91cb1cdff722bb4913c8f023c6cd16801e5c (patch) | |
| tree | daa01363380ac93258bc827fbef55ac03adba9f8 /public/css/modules/link-gallery.css | |
| parent | ec59b216df4aefada7502872dad9fbd8efe165e5 (diff) | |
Optimises Scotsoun images
Diffstat (limited to 'public/css/modules/link-gallery.css')
| -rw-r--r-- | public/css/modules/link-gallery.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/modules/link-gallery.css b/public/css/modules/link-gallery.css index 1d7f7f2..d9f9514 100644 --- a/public/css/modules/link-gallery.css +++ b/public/css/modules/link-gallery.css @@ -23,7 +23,6 @@ .link-gallery--furthsettins img { box-sizing: border-box; border-radius: 50%; - height: auto; border: solid calc(2 * var(--relative-eighth-rem)) var(--text-color); } @@ -31,6 +30,7 @@ max-width: 100%; max-height: 100%; margin: auto; + height: auto; } .link-gallery__title { |
