diff --git a/css/ai.css b/css/ai.css index 41fbca5..b446d4a 100644 --- a/css/ai.css +++ b/css/ai.css @@ -388,11 +388,21 @@ } +#content h1 { + @apply text-4xl font-medium mt-9 mb-5; + text-transform: uppercase; +} + #content h2 { @apply text-3xl font-medium mt-9 mb-5; text-transform: uppercase; } +#content h3 { + @apply text-2xl font-medium mt-9 mb-5; + text-transform: uppercase; +} + /* blue bar above the section headers*/ h4 { text-transform: uppercase;