Profile: check container query supports
All checks were successful
/ depoly (push) Successful in 1m25s
All checks were successful
/ depoly (push) Successful in 1m25s
This commit is contained in:
parent
66d0bc8d84
commit
62aaaeee9a
1 changed files with 27 additions and 25 deletions
|
@ -115,6 +115,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@supports (container-type: inline-size) {
|
||||
@container StackedPage (inline-size >=960px) {
|
||||
.Profile {
|
||||
display: grid;
|
||||
|
@ -152,6 +153,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.Profile__page-title {
|
||||
flex-grow: 1;
|
||||
|
|
Loading…
Reference in a new issue