From 24d2383bac32d1cf5930218e74e243164ff0bcbc Mon Sep 17 00:00:00 2001 From: Sergio Hernandez Date: Mon, 15 Apr 2024 14:18:28 +0300 Subject: [PATCH] feat: consistent heading styles throughout --- app.vue | 12 +++++++++ components/research/popup.vue | 3 ++- pages/projects.vue | 2 +- pages/research.vue | 4 +-- pages/resume.vue | 48 ++++++++++------------------------- 5 files changed, 31 insertions(+), 38 deletions(-) diff --git a/app.vue b/app.vue index 6656dbb..ad3d9fe 100644 --- a/app.vue +++ b/app.vue @@ -26,4 +26,16 @@ import 'primevue/resources/themes/aura-light-noir/theme.css'; opacity: 0; transform: translate3d(5px, 0px, 0px); } + +h1 { + @apply max-w-2xl text-2xl font-bold tracking-tight sm:text-3xl sm:leading-tight; +} + +h2 { + @apply text-lg tracking-tight sm:text-xl sm:leading-tight; +} + +p { + text-align: justify; +} diff --git a/components/research/popup.vue b/components/research/popup.vue index 4735f5f..40e4fa0 100644 --- a/components/research/popup.vue +++ b/components/research/popup.vue @@ -11,7 +11,8 @@ const model = defineModel<{