diff options
Diffstat (limited to 'themes/simple/static/css')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 16 |
1 files changed, 7 insertions, 9 deletions
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 { | |||
| 24 | 24 | ||
| 25 | /* Headings */ | 25 | /* Headings */ |
| 26 | article.single h2 { | 26 | article.single h2 { |
| 27 | @apply text-2xl font-bold mb-8 mt-8; | 27 | @apply text-2xl font-bold mb-8 mt-8 leading-tight; |
| 28 | } | ||
| 29 | |||
| 30 | article.single h2.notes-heading { | ||
| 31 | @apply text-2xl font-bold mb-4 mt-8 leading-tight; | ||
| 28 | } | 32 | } |
| 29 | 33 | ||
| 30 | article.single h3 { | 34 | article.single h3 { |
| 31 | @apply text-xl font-bold mb-4 mt-8; | 35 | @apply text-xl font-bold mb-4 mt-8 leading-tight; |
| 32 | } | 36 | } |
| 33 | 37 | ||
| 34 | article.single h4 { | 38 | article.single h4 { |
| 35 | @apply text-lg font-bold mb-4 mt-8; | 39 | @apply text-lg font-bold mb-4 mt-8 leading-tight; |
| 36 | } | 40 | } |
| 37 | 41 | ||
| 38 | /* Paragraph */ | 42 | /* Paragraph */ |
| @@ -66,12 +70,6 @@ article.single img { | |||
| 66 | image-rendering: -webkit-optimize-contrast; | 70 | image-rendering: -webkit-optimize-contrast; |
| 67 | } | 71 | } |
| 68 | 72 | ||
| 69 | article.single img[src*="?style=bigimg"] {} | ||
| 70 | |||
| 71 | @media (max-width: 900px) { | ||
| 72 | article.single img[src*="?style=bigimg"] {} | ||
| 73 | } | ||
| 74 | |||
| 75 | article.single video { | 73 | article.single video { |
| 76 | @apply rounded w-full !bg-gray-50; | 74 | @apply rounded w-full !bg-gray-50; |
| 77 | } | 75 | } |
