Skip to content

Commit

Permalink
Merge pull request #2 from Mr-AXEL01/hero
Browse files Browse the repository at this point in the history
Hero
  • Loading branch information
Mr-AXEL01 authored Jul 30, 2024
2 parents 43be9d7 + 7f8109f commit 1115b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ComputersCanvas } from './canvas';
const Hero = () => {
return (
<section className="relative w-full h-screen mx-auto">
<div className={`${styles.paddingX} absolute inset-0 top-[120px] max-w-7xl mx-auto flex flex-row items-start gap-5`}>
<div className={`${styles.paddingX} absolute inset-0 top-[100px] max-w-7xl mx-auto flex flex-row items-start gap-5`}>
<div className="flex flex-col justify-center items-center mt-5">
<div className="w-5 h-5 rounded-full bg-[#915eff]" />
<div className="w-1 sm:h-80 h-40 violet-gradient" />
Expand All @@ -26,7 +26,7 @@ const Hero = () => {
</div>
</div>
<ComputersCanvas />
<div className="absolute xs:bottom-10 bottom-32 w-full flex justify-center items-center">
<div className="absolute xs:bottom-2 bottom-32 w-full flex justify-center items-center">
<a href="#about">
<div className="w-[35px] h-[64px] rounded-3xl border-4 border-secondary flex justify-center items-start p-2">
<motion.dev
Expand Down

0 comments on commit 1115b7e

Please sign in to comment.