Skip to content

Commit 737902e

Browse files
committed
fix(SplashViz): match original SCSS spacing using heading margin
1 parent edabc00 commit 737902e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/SplashViz/SplashViz.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import HomeSVG from "./SplashVizSVG.mjs";
1414
export default class SplashViz extends Component {
1515
render() {
1616
return (
17-
<section className="relative grid grid-rows-[auto_1fr] overflow-hidden pt-32 pb-16 px-4 min-h-[40rem] h-[clamp(35rem,100vh-80px,45rem)] bg-[#2b3a42] dark:bg-gray-900 md:h-[clamp(30rem,100vh-80px,35rem)] sm:min-h-[clamp(40rem,100vh-80px,50rem)]">
17+
<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-4xl md:text-5xl"
19+
className="text-white text-center font-light text-3xl md:text-4xl mt-[80px] md:mt-[90px]"
2020
style={{ gridRow: "1/2" }}
2121
>
2222
<span> bundle your</span>

0 commit comments

Comments
 (0)