Updated slider value visuals to use their own ID, styles.css updated to make sliders bigger and more user friendly.
This commit is contained in:
@ -12,6 +12,7 @@ body {
|
||||
margin-bottom: 1%;
|
||||
padding: 1%;
|
||||
border-radius: 25px;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
||||
.contentBox{
|
||||
@ -23,4 +24,8 @@ body {
|
||||
padding: 1%;
|
||||
border-radius: 25px;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
.sliderInput{
|
||||
width: 90%;
|
||||
}
|
||||
Reference in New Issue
Block a user