Skip to content

Commit

Permalink
Merge pull request #25 from illacloud/feat/update-translation
Browse files Browse the repository at this point in the history
feat: update solution page index style
  • Loading branch information
Wangtaofeng authored Jan 3, 2024
2 parents 75396bf + 2c6f94e commit 797c0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ILLATheme/SolutionLayout/FirstScreen/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
.descStyle {
@apply w-full font-normal text-[14px] leading-[17px] px-[20px] text-center;
@apply lg:leading-[22px];
@apply lg:leading-[22px] lg:max-w-[800px];
}

.buttonContainerStyle {
Expand Down

0 comments on commit 797c0da

Please sign in to comment.