Skip to content

Commit d020742

Browse files
committed
fix(SplashViz): improve heading spacing by adjusting section padding
1 parent ed581d6 commit d020742

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
@@ -14,7 +14,7 @@ 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 pb-16 p-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 pt-24 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)]">
1818
<h1
1919
className="text-white text-center font-light mt-20 text-4xl md:text-5xl"
2020
style={{ gridRow: "1/2" }}

0 commit comments

Comments
 (0)