Skip to content

Commit

Permalink
remove border of hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
ladunjexa committed Oct 11, 2023
1 parent 59b1814 commit f662ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Home = async () => {

return (
<>
<section className="border-2 px-6 py-24 md:px-20">
<section className="px-6 py-24 md:px-20">
<div className="flex gap-16 max-xl:flex-col">
<div className="flex flex-col justify-center">
<p className="small-text">
Expand Down

0 comments on commit f662ed2

Please sign in to comment.