diff --git a/src/ILLATheme/SolutionLayout/FirstScreen/index.module.css b/src/ILLATheme/SolutionLayout/FirstScreen/index.module.css index 7d65593ba6..3ee8e56376 100644 --- a/src/ILLATheme/SolutionLayout/FirstScreen/index.module.css +++ b/src/ILLATheme/SolutionLayout/FirstScreen/index.module.css @@ -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 {