Range slider margin.

This commit is contained in:
empathicqubit 2018-05-27 19:54:39 -04:00
parent 67776eabf3
commit d4ab7db2c7
2 changed files with 1 additions and 6 deletions

View file

@ -26,11 +26,6 @@ input[type="text"], input[type="number"], input[type="email"] {
padding: 0.25em;
}
input[type="range"] {
width: 90vw;
display: block;
}
button {
width: 75px;
height: 75px;

View file

@ -1,7 +1,7 @@
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 9.95px 0;
margin: 1.5em 0;
}
input[type=range]:focus {
outline: none;