Skip to content

Commit 96fb1f1

Browse files
committed
fix(SplashViz): match exact heading font size from original site
1 parent 737902e commit 96fb1f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SplashViz/SplashViz.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class SplashViz extends Component {
1616
return (
1717
<section className="relative grid grid-rows-[auto_1fr] overflow-hidden p-4 pb-16 bg-[#2b3a42] dark:bg-gray-900 h-[clamp(35rem,calc(100vh-80px),45rem)] md:h-[clamp(30rem,calc(100vh-80px),35rem)] sm:min-h-[clamp(40rem,calc(100vh-80px),50rem)]">
1818
<h1
19-
className="text-white text-center font-light text-3xl md:text-4xl mt-[80px] md:mt-[90px]"
19+
className="text-white text-center font-light text-[30px] md:text-[40px] mt-[80px] md:mt-[90px]"
2020
style={{ gridRow: "1/2" }}
2121
>
2222
<span> bundle your</span>

0 commit comments

Comments
 (0)