1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-27 13:49:10 +02:00

docs: fix banner size

This commit is contained in:
Thomas Heartman 2024-01-31 16:08:21 +09:00
parent 96873e7030
commit 945df6d53a
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -322,7 +322,6 @@ html[data-theme='dark'] .links-container {
border: var(--ifm-global-border-width) solid var(--ifm-color-emphasis-200);
padding: var(--banner-padding);
border-radius: var(--ifm-global-radius);
min-height: 282px;
background-color: #F1F0FC;
background-image: url('/img/unleash-academy/banner-bg-pixels.svg');
background-position: top right;
@ -418,7 +417,7 @@ html[data-theme='dark'] .links-container {
height: 100%;
background-repeat: no-repeat;
background-position-x: left;
background-position-y: 160%;
background-position-y: 190%;
}
}
/* end banner */