aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Divider/Divider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Divider/Divider.tsx')
-rw-r--r--src/components/Divider/Divider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Divider/Divider.tsx b/src/components/Divider/Divider.tsx
index a19f4a9..54a3fa3 100644
--- a/src/components/Divider/Divider.tsx
+++ b/src/components/Divider/Divider.tsx
@@ -5,7 +5,7 @@ interface DividerProps {
const Divider = (props: DividerProps) => {
return (
- <div className="flex flex-col items-center justify-center bg-black h-24 mx-24 rounded-xl px-72">
+ <div className="flex flex-col items-center justify-center bg-black h-28 mx-24 rounded-xl px-72">
<div className="px-2 mt-2 text-white text-4xl font-extrabold">
{props.text}
</div>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage