fixed broken things without wearing cat ears #3

Open
and94x wants to merge 3 commits from feature/responsive-fontsize into master
Showing only changes of commit fac4290427 - Show all commits

View File

@ -74,7 +74,7 @@ span#copy-permalink, span#refresh-bingo {
div#winner-message {
display: flex;
position: fixed;
font-size: 3000%;
font-size: xx-large;
text-shadow: 0 0 40px white;
transition: all ease-out .75s;
pointer-events: none;
@ -131,10 +131,16 @@ div#winner-message.won {
td {
font-size: large;
}
div#winner-message.won {
animation: unset;
}
}
@media screen and (max-width: 576px) and (orientation: portrait){
td {
font-size: unset;
}
div#winner-message.won {
animation: unset;
}
}