From d30158b23c9ae3f98de433ccea000d22ac94da07 Mon Sep 17 00:00:00 2001 From: lorretheboy Date: Wed, 15 Oct 2025 18:57:42 +0800 Subject: [PATCH] fix: image styling --- docs/_sass/_main.scss | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/_sass/_main.scss b/docs/_sass/_main.scss index d64dad4e5ae8..a0a0ff548351 100644 --- a/docs/_sass/_main.scss +++ b/docs/_sass/_main.scss @@ -375,17 +375,11 @@ button { display: block; margin: 20px auto; border-radius: 16px; + max-width: 100%; + height: auto; @include maxBreakpoint($breakpoint-tablet) { width: 100%; - height: 100%; - max-width: auto; - max-height: auto; - } - - @include breakpoint($breakpoint-tablet) { - max-width: -webkit-fill-available; - max-height: -webkit-fill-available; } } @@ -438,12 +432,6 @@ button { background-color: var(--color-highlightBG); } - .img-wrap { - display: flex; - justify-content: space-around; - flex-wrap: wrap; - } - h1, h2, h3 {