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,7 +115,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
@container StackedPage (inline-size >=960px) {
|
||||
@supports (container-type: inline-size) {
|
||||
@container StackedPage (inline-size >=960px) {
|
||||
.Profile {
|
||||
display: grid;
|
||||
grid-template-columns: auto 560px;
|
||||
|
@ -131,12 +132,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
> .details {
|
||||
>.details {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
|
||||
> .intro {
|
||||
>.intro {
|
||||
flex-grow: 1;
|
||||
}
|
||||
}
|
||||
|
@ -151,6 +152,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.Profile__page-title {
|
||||
|
|
Loading…
Reference in a new issue