Make it more readable on smaller screens

This commit is contained in:
Jeremy Wall 2022-04-26 15:21:29 -04:00
parent a627824e79
commit d8540e6e7f

View File

@ -24,6 +24,18 @@
}
}
/*
:not(thead):not(tfoot) > * > td {
--font-size: 1.5rem;
}
*/
@media (min-width: 768px) {
:root {
--font-size: 35px;
}
}
.destructive {
background-color: firebrick !important;
}
}