Skip to content

Commit

Permalink
updated body proportions styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mountler committed Dec 2, 2024
1 parent f0fed25 commit a9ca49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function AvatarEditorBodyCategory(
const [skinColor, setSkinColor] = useState(AvatarColorPalette[0]);

return (
<div className="flex flex-col items-center">
<div className="flex flex-col">
<div className="pb-2 border-b border-gray-500">
<h1 className="text-2xl font-bold">{translate("bodyColorTitle")}</h1>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ body {

.bodyProportionContainer {
display: grid;
width: 100%;
grid-template-columns: auto 1fr;
column-gap: 10px;
row-gap: 20px;
Expand Down

0 comments on commit a9ca49b

Please sign in to comment.