From c198abd7d7e682b749febe31a43293aaf2eb0d94 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 20 Jun 2025 11:17:58 +0200 Subject: [PATCH] STYLE Handling titles and small details --- resources/css/pages/singles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/css/pages/singles.css b/resources/css/pages/singles.css index 1280c75..fd857ae 100644 --- a/resources/css/pages/singles.css +++ b/resources/css/pages/singles.css @@ -52,11 +52,22 @@ } article { /* @apply py-12 my-12; */ + @apply text-carhop-gray; .article-title { @apply mb-8; } .article-tags { @apply mb-12; } + + p { + @apply mb-6; + } + + h2, + h3 { + @apply font-bold nunito mb-3 mt-12; + font-size: 1.7rem; + } } }