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;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@container (min-width: 751px) {
|
@media (min-width: 750px) {
|
||||||
.root {
|
.root {
|
||||||
grid-template-columns: min-content 4fr 6fr min-content;
|
grid-template-columns: min-content 4fr 6fr min-content;
|
||||||
grid-template-rows: min-content 1fr;
|
grid-template-rows: min-content 1fr;
|
||||||
|
|
Loading…
Reference in a new issue