mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +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;
|
||||
}
|
||||
|
||||
@container (width > 480px) {
|
||||
@container (width > 588px) {
|
||||
.banner {
|
||||
grid-template-areas: "header logo"
|
||||
"bullets logo"
|
||||
|
Loading…
Reference in New Issue
Block a user