Fix volume range

master
santic-zombie 5 years ago
parent b7be7880f7
commit 5cd4a03fe7
  1. 16
      css/style.css

@ -132,18 +132,16 @@ h1 {
outline: none; outline: none;
cursor: pointer; cursor: pointer;
text-align: center; text-align: center;
margin: auto; margin-right: 10px;
//margin: auto;
} }
/*
.muteEl { .volume-wrap {
margin: auto; align-items: center;
display: -webkit-flex; justify-content: center;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex; display: flex;
} }
*/
DIV { DIV {
text-align: center text-align: center

Loading…
Cancel
Save