Skip to content

Commit

Permalink
Update responsive logo alignment and footer alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-shervin committed Aug 11, 2024
1 parent 993a07d commit 82e47aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Home() {
return (
<main className={montserrat.className}>
<Main />
<div className="w-4/5 md:w-full sm:w-full mx-auto px-4 text-white">
<div className="w-4/5 mt-6 md:w-full sm:w-full mx-auto px-4 text-white">
<Aboutus />
<Showcase />

Expand Down
4 changes: 2 additions & 2 deletions src/pages/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Main: React.FC = () => {
<div className="col-span-3 w-full">
<div className="flex items-center ">
<div
className=" place-self-center mx-auto w-4/5 flex flex-col"
className=" mx-auto w-4/5 flex flex-col"
id="home"
>
<Image
Expand All @@ -47,7 +47,7 @@ const Main: React.FC = () => {
</div>
</div>
<section className="w-full grid grid-rows-1 place-items-center text-blue-100 text-3xl">
<section className="mb-16 flex sm:flex-col gap-10 sm:gap-2 px-16 sm:px-2 sm:w-full sm:text-xl text-center font-medium items-center p-6 rounded-xl border-slate-700/[0.6] bg-gradient-to-b to-[#100e17] from-[#071531]">
<section className="flex sm:flex-col gap-10 sm:gap-2 px-16 sm:px-2 sm:w-full sm:text-xl text-center font-medium items-center p-6 rounded-xl border-slate-700/[0.6] bg-gradient-to-b to-[#100e17] from-[#071531]">
<section className="sm:justify-center sm:flex sm:w-full items-center sm:text-[4vw]">
<section className="py-2">6th September, 2024 </section>
<section className="hidden sm:block"> &nbsp; - &nbsp; </section>
Expand Down

0 comments on commit 82e47aa

Please sign in to comment.