From ea4699436891e065bfb15a847326c3a14c39806f Mon Sep 17 00:00:00 2001 From: geekifan Date: Sun, 11 May 2025 18:19:17 +0800 Subject: [PATCH] fix: remove blockquote styles for small screens in typography --- assets/scss/base/_typography.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/assets/scss/base/_typography.scss b/assets/scss/base/_typography.scss index 5ccb6c3..db29e85 100644 --- a/assets/scss/base/_typography.scss +++ b/assets/scss/base/_typography.scss @@ -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 {