mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -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 {
|
||||
background-color: firebrick !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user