fix: remove blockquote styles for small screens in typography

This commit is contained in:
geekifan
2025-05-11 18:19:17 +08:00
parent 5ca8472fb7
commit ea46994368

View File

@ -172,16 +172,6 @@ main {
} }
} }
@include bp.lte(bp.get(sm)) {
.content {
> blockquote[class^='prompt-'] {
@include mx.ml-mr(-1rem);
border-radius: 0;
max-width: none;
}
}
}
} }
.footnotes > ol { .footnotes > ol {