added text-align:center; to the dropdowns, for screens smaller then 1200

master
mb 5 months ago
parent 1280d54fd9
commit 5644407ee5

@ -50,7 +50,7 @@ form div#info{
pointer-events: all;
}
#rain1, #rain2{
div#rain1, div#rain2{
overflow: hidden;
position: fixed;
left: 0px;
@ -59,7 +59,6 @@ form div#info{
width: 100vW;
pointer-events: none;
}
@keyframes falling
{
from{
@ -71,12 +70,11 @@ form div#info{
}
}
.sinus{
input.sinus{
animation: sinus 5.5s ease-in-out infinite;
/* width: 30px; */
/* height: 30px; */
}
@keyframes sinus
{
0%{
@ -89,3 +87,9 @@ form div#info{
transform: translateX(-100px);
}
}
@media screen and (max-width: 1200px){
form div#dropdowns{
text-align: center;
}
}

Loading…
Cancel
Save