Update style.css

This commit is contained in:
Michi 2022-06-12 12:48:07 +02:00 committed by GitHub
parent 9f4efb334a
commit 6b96ae1941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -988,3 +988,25 @@ body{
padding: 0;
font-size: 18px;
}
@media screen and (max-width:700px){
#countdown{
flex-direction: row;
}
.countdownObject{
margin: 10px;
}
.countdownNum{
width: 30px;
height: 30px;
padding: 0;
font-size: 14px;
border: 2px solid var(--theme1);
}
#countdownImg{
display: none;
}
}