Skip to content

Commit 05ff231

Browse files
committed
fix: decrease padding from the top
1 parent b655619 commit 05ff231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Splash/Splash.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Splash = () => {
4848
<SplashViz />
4949

5050
<div className="relative text-center bg-[#f3f3f3] dark:bg-[#202020] page__content [&_p]:my-[1em]! [&_p]:mx-auto! [&_p]:max-w-200 [&_pre]:text-left [&_.icon-link]:hidden">
51-
<Container className="py-[5em] px-[1em] md:px-[1.5em]">
51+
<Container className="py-[1em] px-[1em] md:px-[1.5em]">
5252
<Markdown>
5353
<SplashContent />
5454
</Markdown>

0 commit comments

Comments
 (0)