3.2.3.2
Fix banner clicks Make simple/table switch clearer
This commit is contained in:
+4
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user