From cafa48d5bff0d93d5be7544335ccef337f883625 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 24 May 2023 07:44:42 +0200 Subject: Fixed mobile styling --- themes/simple/static/css/tailwind.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'themes/simple/static/css') 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 { @apply !bg-gray-50 rounded text-xs p-4 mb-6 overflow-x-auto; } -article.single pre code { +article.single pre code, +article.single.note pre code { background: unset; padding: unset; @apply leading-relaxed; -- cgit v1.2.3