Spaces:
Running
Running
Commit
·
6e1dc56
1
Parent(s):
2b99ec2
refactor: fix alignment issue in adventure slider
Browse files- css/style.css +4 -0
css/style.css
CHANGED
@@ -164,6 +164,10 @@ h1::after {
|
|
164 |
flex-direction: column;
|
165 |
}
|
166 |
|
|
|
|
|
|
|
|
|
167 |
input[type="range"] {
|
168 |
-webkit-appearance: none !important; /* Removes default styling for Webkit browsers */
|
169 |
height: 20px !important; /* Makes the track thicker */
|
|
|
164 |
flex-direction: column;
|
165 |
}
|
166 |
|
167 |
+
adventure_slider label div {
|
168 |
+
justify-content: center;
|
169 |
+
}
|
170 |
+
|
171 |
input[type="range"] {
|
172 |
-webkit-appearance: none !important; /* Removes default styling for Webkit browsers */
|
173 |
height: 20px !important; /* Makes the track thicker */
|