Skip to content

Commit

Permalink
feat: adjust margin in contact card
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Nov 19, 2024
1 parent c72d304 commit 48eb587
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const profile = ref(true);
}
.contact-me h1 {
@apply text-4xl my-3 mx-auto px-1 py-2 text-gray-500 border-b border-gray-300 tracking-wider
@apply text-4xl mt-3 mb-5 mx-auto px-1 py-2 text-gray-500 border-b border-gray-300 tracking-wider
}
.contact-me p {
Expand All @@ -86,6 +86,10 @@ const profile = ref(true);
@apply text-lg my-3
}
.contact-me hr {
@apply my-3
}
.icon {
@apply w-48 h-48 mx-auto rounded-full my-5
}
Expand Down

0 comments on commit 48eb587

Please sign in to comment.