diff --git a/pages/index.vue b/pages/index.vue index 2e6814d..da361b1 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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 { @@ -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 }