mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 02:51:52 +02:00
Merge pull request #857 from nunocoracao/856-mobile-bug-in-articles
🐛 Mobile bug in articles
This commit is contained in:
commit
585f28e293
3 changed files with 1 additions and 9 deletions
|
@ -4496,10 +4496,6 @@ body:has(#menu-controller:checked) {
|
|||
|
||||
/* Custom */
|
||||
|
||||
.min-w-prose {
|
||||
min-width: 65ch;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
min-width: 300px;
|
||||
height: 180px;
|
||||
|
|
|
@ -339,10 +339,6 @@ body:has(#menu-controller:checked) {
|
|||
|
||||
/* Custom */
|
||||
|
||||
.min-w-prose {
|
||||
@apply min-w-[65ch];
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
min-width: 300px;
|
||||
height: 180px;
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
{{ partial "series.html" . }}
|
||||
|
||||
<div class="max-w-prose min-w-prose mb-20">
|
||||
<div class="max-w-prose mb-20">
|
||||
{{ .Content | emojify }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue