Skip to content

Commit

Permalink
Merge pull request #19 from melanke/fix-gil-profile-responsiviness
Browse files Browse the repository at this point in the history
Fix Gil's profile responsiviness
  • Loading branch information
phipsae authored Nov 21, 2024
2 parents 462f6b4 + 7590612 commit 5c0359d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { NextPage } from "next";
const GilBuilderPage: NextPage = () => {
return (
<div className="w-full max-w-7xl mx-auto flex flex-col px-6 lg:px-10 py-8 lg:py-12">
<div className="flex gap-4 items-start">
<div className="flex gap-4 flex-col md:flex-row items-center md:items-start">
<Image
src="https://gravatar.com/avatar/357be387c9eacb2a78896388cdafbf8d?size=256"
className="rounded-full"
Expand Down

0 comments on commit 5c0359d

Please sign in to comment.