fixed broken things without wearing cat ears 🐈 3/x
This commit is contained in:
parent
fac4290427
commit
91054af277
10
style.css
10
style.css
@ -127,20 +127,26 @@ div#winner-message.won {
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) and (orientation: portrait){
|
||||
@media screen and (max-width: 767px) and (orientation: portrait) {
|
||||
td {
|
||||
font-size: large;
|
||||
}
|
||||
div#winner-message.won {
|
||||
animation: unset;
|
||||
}
|
||||
div#winner-message {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 576px) and (orientation: portrait){
|
||||
@media screen and (max-width: 576px) and (orientation: portrait) {
|
||||
td {
|
||||
font-size: unset;
|
||||
}
|
||||
div#winner-message.won {
|
||||
animation: unset;
|
||||
}
|
||||
div#winner-message {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user