Skip to content

Commit

Permalink
fix schedule on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Sep 22, 2023
1 parent c559a09 commit 8269324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/app/hacks/schedule/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import {SocialIcons} from "@/app/SocialIcons";
export function Body()
{
return <div className={"grid-rows-3 bg-hacks-bg-black items-center"}>

<div className={"flex flex-col items-center mt-3"}>
<span className={"text-3xl max-[850px]:text-xl"}>Schedule</span>
<div className={"flex flex-col items-center justify-center gap-[7vh] max-[850px]:gap-[8vh] mt-[4vh] max-[850px]:mt-[9vh] max-h-full h-[250vh]"}>
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRyF8-IjcBAjemcPYusfUjDub2ZY1qsMOeYzVBfq3bZrHJn0RQ498RVPvAz45TQUmaoGpWZMWGchkfV/pubhtml?gid=1141432285&amp;single=true&amp;widget=true&amp;headers=false" className={"h-full w-[50vw]"}></iframe>
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRyF8-IjcBAjemcPYusfUjDub2ZY1qsMOeYzVBfq3bZrHJn0RQ498RVPvAz45TQUmaoGpWZMWGchkfV/pubhtml?gid=1141432285&amp;single=true&amp;widget=true&amp;headers=false" className={"h-full w-[max(52vw,_500px)]"}></iframe>
</div>
</div>

Expand Down

0 comments on commit 8269324

Please sign in to comment.