diff options
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 |
commit | 4d0ddf70a18020b8dcabb78e57b1d7ce1b8682fb (patch) | |
tree | 0c93b55e086aa29448e2cfb22595edb8d5e24387 | |
parent | 2a4744e851b22ecf28d18a4d010ecc084c0c5b28 (diff) |
css: hopefully fix carousel image rounding
-rw-r--r-- | src/static/site6.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index a26e4241..c03039b1 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 { |