fix(website): Correct the site homepage overflows (CTA buttons + new version heading) (#11500)
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
Anukool Pandey 2025-10-20 16:45:59 +05:30 committed by GitHub
parent 0372ecd1e9
commit 6b3ed1ee65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,18 +58,28 @@
display: flex;
flex-direction: column;
align-items: center;
overflow: hidden;
}
.topBannerTitle {
font-size: 54px;
font-weight: bold;
margin-bottom: 0.4rem;
}
@media only screen and (max-width: 768px) {
.topBannerTitle {
@media only screen and (max-width: 768px) {
font-size: 40px;
}
@media only screen and (max-width: 768px) {
font-size: 40px;
}
@media only screen and (max-width: 450px) {
font-size: 32px;
}
@media only screen and (max-width: 350px) {
font-size: 24px;
}
@media only screen and (max-width: 250px) {
font-size: 16px;
}
}
.topBannerTitleText {
@ -166,6 +176,7 @@ html[data-theme='dark'] .topBannerTitleText {
flex-wrap: wrap;
align-items: center;
margin-top: 24px;
overflow: hidden;
}
.indexCtas a,