Skip to content

Commit

Permalink
Changed margin-left -> padding-left to fix a minimalistic gap that ma…
Browse files Browse the repository at this point in the history
…de site move left to right
  • Loading branch information
anttiasmala committed Mar 5, 2024
1 parent ac22183 commit c366ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function Home() {
<Button type="submit">Lisää</Button>
</form>
</div>
<div className="ml-1 mt-3 w-full sm:w-[20rem]">
<div className="pl-1 mt-3 w-full sm:w-[20rem]">
<TitleText>Lahjaideat</TitleText>
<div>
{giftData.map((giftItem) => (
Expand Down

0 comments on commit c366ffa

Please sign in to comment.