mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-24 19:59:50 -04:00
Make it more readable on smaller screens
This commit is contained in:
parent
a627824e79
commit
d8540e6e7f
@ -24,6 +24,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
:not(thead):not(tfoot) > * > td {
|
||||||
|
--font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
:root {
|
||||||
|
--font-size: 35px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.destructive {
|
.destructive {
|
||||||
background-color: firebrick !important;
|
background-color: firebrick !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user