Fix banner clicks
Make simple/table switch clearer
This commit is contained in:
Fraxle
2026-07-09 10:42:55 +01:00
parent 6eb1b277d5
commit e2f8f8cc53
4 changed files with 49 additions and 11 deletions
+4 -3
View File
@@ -110,13 +110,14 @@
/* Slideshow dots */
.event-banner-dots {
display: flex;
gap: 5px;
gap: 10px;
margin-top: 7px;
align-items: center;
padding: 5px 0;
}
.event-banner-dot {
width: 6px;
height: 6px;
width: 10px;
height: 10px;
border-radius: 50%;
opacity: 0.35;
cursor: pointer;