mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 05:35:11 +00:00
fix display size reactivity
This commit is contained in:
parent
4ca27692ac
commit
d016ef7675
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ definePageMetadata(() => ({
|
|||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
@container (min-width: 751px) {
|
||||
@media (min-width: 750px) {
|
||||
.root {
|
||||
grid-template-columns: min-content 4fr 6fr min-content;
|
||||
grid-template-rows: min-content 1fr;
|
||||
|
|
Loading…
Reference in a new issue