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:
2026-06-02 17:46:14 +01:00
parent 0f946fa8b0
commit 57bfd63126
2 changed files with 11 additions and 4 deletions

View File

@ -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%;
}