Skip to content

Commit

Permalink
updated height setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Jan 14, 2024
1 parent 6e6cd80 commit 8576370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/pages/homepage/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const HeroHeaderSection = () => {

return (
<div>
<div className="grid gird-col gap-20 items-center justify-center py-20 px-4 xs:h-screen md:auto">
<div className="grid gird-col gap-20 items-center justify-center py-20 px-4 md:auto">
<div className="grid md:grid-cols-2 gap-20">
<div className="flex flex-col items-center justify-center">
<h1 className="font-bold text-5xl text-pretty leading-normal">
Expand Down
5 changes: 1 addition & 4 deletions components/pages/homepage/layout/AboutLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import { AboutContent } from "./AboutContent";

export const AboutLayout = () => {
return (
<div
className="grid md:grid-cols-2 items-center justify-center gap-20 px-4"
style={{ height: 900 }}
>
<div className="grid md:grid-cols-2 items-center justify-center gap-20 px-4">
<AboutContent />
<div className="flex justify-center items-center">
<Zoom triggerOnce>
Expand Down

1 comment on commit 8576370

@vercel
Copy link

@vercel vercel bot commented on 8576370 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.