aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/static/css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 07:44:42 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-24 07:44:42 +0200
commitcafa48d5bff0d93d5be7544335ccef337f883625 (patch)
tree8479cf90221c010e657a5a6e346e45f09be8bad1 /themes/simple/static/css
parentb7f52d3e21fa581c75e0e216c2829e112b52d0e1 (diff)
downloadmitjafelicijan.com-cafa48d5bff0d93d5be7544335ccef337f883625.tar.gz
Fixed mobile styling
Diffstat (limited to 'themes/simple/static/css')
-rw-r--r--themes/simple/static/css/tailwind.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/static/css/tailwind.css b/themes/simple/static/css/tailwind.css
index 2b4b779..cbcd724 100644
--- a/themes/simple/static/css/tailwind.css
+++ b/themes/simple/static/css/tailwind.css
@@ -91,7 +91,8 @@ article.single pre {
91 @apply !bg-gray-50 rounded text-xs p-4 mb-6 overflow-x-auto; 91 @apply !bg-gray-50 rounded text-xs p-4 mb-6 overflow-x-auto;
92} 92}
93 93
94article.single pre code { 94article.single pre code,
95article.single.note pre code {
95 background: unset; 96 background: unset;
96 padding: unset; 97 padding: unset;
97 @apply leading-relaxed; 98 @apply leading-relaxed;