mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +08:00
site: fix banner text shift in home page (#47580)
This commit is contained in:
parent
2c029eacad
commit
f6dec5ab76
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user