diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-24 07:44:42 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-24 07:44:42 +0200 |
| commit | cafa48d5bff0d93d5be7544335ccef337f883625 (patch) | |
| tree | 8479cf90221c010e657a5a6e346e45f09be8bad1 /themes/simple | |
| parent | b7f52d3e21fa581c75e0e216c2829e112b52d0e1 (diff) | |
| download | mitjafelicijan.com-cafa48d5bff0d93d5be7544335ccef337f883625.tar.gz | |
Fixed mobile styling
Diffstat (limited to 'themes/simple')
| -rw-r--r-- | themes/simple/static/css/tailwind.css | 3 |
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 | ||
| 94 | article.single pre code { | 94 | article.single pre code, |
| 95 | article.single.note pre code { | ||
| 95 | background: unset; | 96 | background: unset; |
| 96 | padding: unset; | 97 | padding: unset; |
| 97 | @apply leading-relaxed; | 98 | @apply leading-relaxed; |
