Skip to content

Commit

Permalink
fix: Fixed background gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsheel12 committed Jul 5, 2024
1 parent 039c1f9 commit f339231
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions web/src/screens/AboutUsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,14 @@ export default function AboutUsScreen() {
<LoadingSpinner />
) : (
<>
<div className="max-w-screen from-AUIS-dark-teal to-AUIS-teal h-auto bg-gradient-to-b">
<Header />
<div className="max-w-screen flex h-52 items-center justify-center">
<h1 className="text-5xl font-bold text-white md:text-7xl">
About Us!
</h1>
<div className="max-w-screen bg-white">
<div className="max-w-screen from-AUIS-dark-teal to-AUIS-teal h-auto bg-gradient-to-b">
<Header />
<div className="max-w-screen flex h-52 items-center justify-center">
<h1 className="text-5xl font-bold text-white md:text-7xl">
About Us!
</h1>
</div>
</div>

<div className="max-w-screen flex h-auto flex-col items-center bg-white px-5 py-5 text-center text-black md:px-20 lg:px-48">
Expand Down

0 comments on commit f339231

Please sign in to comment.