Fix banners layout

This commit is contained in:
Jeremy Thomas
2025-04-19 15:12:40 +02:00
parent 6e88816e0b
commit c678f0fdc8
4 changed files with 15 additions and 3 deletions

View File

@@ -34242,6 +34242,12 @@ has-background-moon.is-hoverable:active {
padding: calc(var(--scale) * 3rem);
}
.bd-hero-carbon {
display: flex;
align-items: center;
justify-content: center;
}
@media screen and (min-width: 1400px) {
.bd-hero.is-docs {
flex-wrap: nowrap;
@@ -37371,7 +37377,7 @@ div.shine {
width: auto;
text-align: center;
max-width: none;
flex-basis: 20rem;
flex-basis: 30rem;
}
}
@media screen and (min-width: 1024px) {