summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-13 20:47:26 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-13 20:47:26 +0100
commit8b2d91cb1cdff722bb4913c8f023c6cd16801e5c (patch)
treedaa01363380ac93258bc827fbef55ac03adba9f8 /public/css
parentec59b216df4aefada7502872dad9fbd8efe165e5 (diff)
Optimises Scotsoun images
Diffstat (limited to 'public/css')
-rw-r--r--public/css/modules/link-gallery.css2
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 {