Fix some mobile view css issues

This commit is contained in:
djmaze 2020-09-12 13:57:09 +02:00
parent ce652d96b7
commit 99bd895090
25 changed files with 70 additions and 70 deletions

View file

@ -40,7 +40,7 @@ body:before {
width: 100%;
height: 8px;
z-index: 100;
box-shadow: 0px 0px 10px rgba(0,0,0,.6);
box-shadow: 0 0 10px rgba(0,0,0,.6);
}
* {
@ -62,4 +62,4 @@ input[type="search"]{
input::-ms-clear,
input::-ms-reveal {
display: none;
}
}