From b3dfbe8b70b870399dc335b8dcf028bb9a3955de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 05:57:50 +0200 Subject: Added notes as a separate type of content and moved the content --- themes/simple/static/css/tailwind.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'themes/simple/static/css') diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css index fa64f9c..0753513 100644 --- a/themes/simple/static/css/tailwind.css +++ b/themes/simple/static/css/tailwind.css @@ -24,15 +24,19 @@ a:hover { /* Headings */ article.single h2 { - @apply text-2xl font-bold mb-8 mt-8; + @apply text-2xl font-bold mb-8 mt-8 leading-tight; +} + +article.single h2.notes-heading { + @apply text-2xl font-bold mb-4 mt-8 leading-tight; } article.single h3 { - @apply text-xl font-bold mb-4 mt-8; + @apply text-xl font-bold mb-4 mt-8 leading-tight; } article.single h4 { - @apply text-lg font-bold mb-4 mt-8; + @apply text-lg font-bold mb-4 mt-8 leading-tight; } /* Paragraph */ @@ -66,12 +70,6 @@ article.single img { image-rendering: -webkit-optimize-contrast; } -article.single img[src*="?style=bigimg"] {} - -@media (max-width: 900px) { - article.single img[src*="?style=bigimg"] {} -} - article.single video { @apply rounded w-full !bg-gray-50; } -- cgit v1.2.3