Spaces:
Running
Running
Commit
·
796724d
1
Parent(s):
6e1dc56
fix: fix bug in css selector
Browse files- css/style.css +1 -1
css/style.css
CHANGED
@@ -164,7 +164,7 @@ h1::after {
|
|
164 |
flex-direction: column;
|
165 |
}
|
166 |
|
167 |
-
adventure_slider label div {
|
168 |
justify-content: center;
|
169 |
}
|
170 |
|
|
|
164 |
flex-direction: column;
|
165 |
}
|
166 |
|
167 |
+
#adventure_slider label div {
|
168 |
justify-content: center;
|
169 |
}
|
170 |
|