mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +02:00
docs: use the size of the contained container ...
This seems wrong. It should be using the banner container. Not sure what's going on here.
This commit is contained in:
parent
1a6c4b44fd
commit
b8c161836f
@ -380,7 +380,7 @@ html[data-theme='dark'] .links-container {
|
|||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
@container (width > 480px) {
|
@container (width > 588px) {
|
||||||
.banner {
|
.banner {
|
||||||
grid-template-areas: "header logo"
|
grid-template-areas: "header logo"
|
||||||
"bullets logo"
|
"bullets logo"
|
||||||
|
Loading…
Reference in New Issue
Block a user