Skip to content

Commit da1df94

Browse files
committed
fix(css): slider with bigger numbers would make last number go below
1 parent 4c49bce commit da1df94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

html/css/app.css

+1-3
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ i {
316316
}
317317

318318
#slider-label {
319-
width: 40%;
319+
width: 50%;
320320
font-size: 16px;
321321
}
322322

@@ -343,9 +343,7 @@ i {
343343
@media (min-width:3840px) {
344344

345345
.menu {
346-
347346
width: 670px;
348-
349347
}
350348

351349
.menu .menu-items .menu-item {

0 commit comments

Comments
 (0)