« get me outta code hell

css: hopefully fix carousel image rounding - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-02-14 11:38:07 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-02-14 13:15:29 -0400
commit4d0ddf70a18020b8dcabb78e57b1d7ce1b8682fb (patch)
tree0c93b55e086aa29448e2cfb22595edb8d5e24387 /src/static
parent2a4744e851b22ecf28d18a4d010ecc084c0c5b28 (diff)
css: hopefully fix carousel image rounding
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index a26e424..c03039b 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -1547,6 +1547,7 @@ html[data-url-key="localized.home"] .carousel-container {
 
 .carousel-item .image-container {
   border: none;
+  border-radius: 5px;
 }
 
 .carousel-item .image-outer-area {
@@ -1562,7 +1563,6 @@ html[data-url-key="localized.home"] .carousel-container {
   height: 100%;
   margin-top: auto;
   margin-bottom: auto;
-  border-radius: 6px;
 }
 
 .carousel-item:hover {