1
0
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:
Thomas Heartman 2024-01-31 11:07:21 +09:00
parent 1a6c4b44fd
commit b8c161836f
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -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"