Skip to content

Commit

Permalink
Fix Gil's profile responsiviness
Browse files Browse the repository at this point in the history
  • Loading branch information
melanke committed Nov 20, 2024
1 parent 462f6b4 commit 7590612
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 7590612

Please sign in to comment.