Merge pull request #857 from nunocoracao/856-mobile-bug-in-articles

🐛 Mobile bug in articles
This commit is contained in:
Nuno Coração
2023-07-29 22:17:07 +01:00
committed by GitHub
3 changed files with 1 additions and 9 deletions

View File

@@ -4496,10 +4496,6 @@ body:has(#menu-controller:checked) {
/* Custom */
.min-w-prose {
min-width: 65ch;
}
.thumbnail {
min-width: 300px;
height: 180px;

View File

@@ -339,10 +339,6 @@ body:has(#menu-controller:checked) {
/* Custom */
.min-w-prose {
@apply min-w-[65ch];
}
.thumbnail {
min-width: 300px;
height: 180px;

View File

@@ -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>