Skip to content

Commit

Permalink
Fixed small spacing issue on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Oct 6, 2023
1 parent 3f9e6f4 commit 74dbb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="md:flex md:items-center md:justify-center md:gap-20 md:h-screen">
<section class="md:flex md:items-center md:justify-center md:gap-20 md:h-screen mt-12 md:mt-0">
<img
src="/img/sam.png"
alt="Person"
Expand Down

0 comments on commit 74dbb5c

Please sign in to comment.