Skip to content

Commit

Permalink
fixup ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed May 7, 2024
1 parent 0238cc0 commit 96d006b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SummerCoursePage = ({ node, ...props }: Props) => {
</ArchBanner>
<div className="centered my-32 grid grid-cols-12 gap-10">
<div className="order-2 col-span-12 md:col-span-8">
<div className="flex flex-col md:flex-row gap-10 rs-mb-4">
<div className="grid grid-cols-1 lg:grid-cols-2 gap-10 rs-mb-4">
{node.sumCourseImage &&
<div className="relative w-full h-0 aspect-w-1 aspect-h-1 rounded-[25px] overflow-hidden">
<Image
Expand Down

0 comments on commit 96d006b

Please sign in to comment.