Skip to content

Commit

Permalink
Merge pull request #68 from bearhack-ucr/raidah/responsiveness
Browse files Browse the repository at this point in the history
fix red bg
  • Loading branch information
rfairooz authored Feb 8, 2024
2 parents 33a94de + 93cc54d commit cb08edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dynamic/ProtectedPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ProtectedPage = ({
className={`flex justify-center items-start w-full ${
customStyle
? "bg-gradient-to-b from-bear-page-gradient-1 to-bear-page-gradient-2"
: "bg-red-300"
: "bg-hackathon-page"
} h-screen py-12 lg:py-0 z-0 overflow-x-hidden`}
>
<div className={`${customStyle ? "w-full" : "w-[96%]"} h-full`}>
Expand Down

0 comments on commit cb08edd

Please sign in to comment.