mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update style.css
This commit is contained in:
parent
9f4efb334a
commit
6b96ae1941
1 changed files with 22 additions and 0 deletions
22
style.css
22
style.css
|
|
@ -988,3 +988,25 @@ body{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 18px;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue