aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/static/css')
-rw-r--r--themes/simple/static/css/tailwind.css16
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 */
26article.single h2 { 26article.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
30article.single h2.notes-heading {
31 @apply text-2xl font-bold mb-4 mt-8 leading-tight;
28} 32}
29 33
30article.single h3 { 34article.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
34article.single h4 { 38article.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
69article.single img[src*="?style=bigimg"] {}
70
71@media (max-width: 900px) {
72 article.single img[src*="?style=bigimg"] {}
73}
74
75article.single video { 73article.single video {
76 @apply rounded w-full !bg-gray-50; 74 @apply rounded w-full !bg-gray-50;
77} 75}