site: fix banner text shift in home page (#47580)

This commit is contained in:
afc163 2024-02-25 21:11:04 +08:00 committed by GitHub
parent 2c029eacad
commit f6dec5ab76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,7 @@ const useStyle = createStyles(({ token, css, cx }) => {
column-gap: ${token.paddingMD * 2}px;
align-items: stretch;
text-align: start;
min-height: 178px;
> * {
width: calc((100% - ${token.marginXXL * 2}px) / 3);
}