File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/components/LandingPage Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const Index = () => {
2626 < header className = { styles . heroBanner } >
2727 < div className = "container" >
2828 < LogoImg alt = "PHPStreamServer" className = "w-auto max-w-full h-[2.5em] lg:h-[3.5em] lg:w-auto mb-5 text-black dark:text-gray-200" />
29- < h1 className = "mb-5! text-lg! md:text-xl! lg:text-2xl! font-semibold! dark:text-gray-200" >
29+ < h1 >
3030 High-performance PHP application server and process manager written in PHP
3131 </ h1 >
3232 < div className = "text-base dark:text-gray-200" >
Original file line number Diff line number Diff line change 2020 pointer-events : none;
2121}
2222
23- h1 , h2 , h3 {
24- font : inherit;
25- @apply leading-none;
23+ .heroBanner h1 {
24+ @apply mb-5 text-lg md:text-xl lg:text-2xl font-semibold dark:text-gray-200 leading-none;
2625}
2726
2827.subtitle {
29- @apply relative font-bold pb-3 mb-6 text-center text-3xl;
28+ @apply relative font-bold pb-3 mb-6 text-center text-3xl leading-none ;
3029}
3130
3231.subtitle ::after {
You can’t perform that action at this time.
0 commit comments