Skip to content

Commit b04fb1c

Browse files
committed
Fix css
1 parent 4061688 commit b04fb1c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/components/LandingPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

src/components/LandingPage/index.module.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
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 {

0 commit comments

Comments
 (0)