fixed top padding issue
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 35s
This commit is contained in:
parent
fecb9e9153
commit
0dd682c8ab
@ -4,7 +4,7 @@ import { LuExternalLink } from "react-icons/lu";
|
|||||||
export default function Home() {
|
export default function Home() {
|
||||||
return (
|
return (
|
||||||
<div className="">
|
<div className="">
|
||||||
<div className="flex flex-row items-center justify-center pt-[100] md:w-[60%] xl:w-[40%] w-[85%] mx-auto">
|
<div className="flex flex-row items-center justify-center pt-[100px] md:w-[60%] xl:w-[40%] w-[85%] mx-auto">
|
||||||
<div>
|
<div>
|
||||||
<span className="text-ashgray text-2xl">
|
<span className="text-ashgray text-2xl">
|
||||||
Hi, I'm Asher 👋
|
Hi, I'm Asher 👋
|
||||||
|
Loading…
x
Reference in New Issue
Block a user