We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3adbf3e commit 0f94f46Copy full SHA for 0f94f46
src/components/header/Header.jsx
@@ -13,8 +13,8 @@ const Header = () => {
13
<div className="header-internal-container">
14
<div className="header-left">
15
<div className="header-left-tagline">
16
- <h3>Sale ends today 🚀</h3>
17
- <h3 className="h3-second">Claim all the courses at 85% off!</h3>
+ <h3>Kickstart your </h3>
+ <h3 className="h3-second">Coding Career in Minutes</h3>
18
</div>
19
<div className="header-left-text">
20
<p>
src/components/header/header.css
@@ -13,7 +13,7 @@
}
.header-left h3 {
font-size: 40px;
- font-weight: 600;
+ font-weight: 500;
line-height: 50px;
.header-left .h3-second {
0 commit comments