From 834f0277ea4187b7e7fe20826eb308a697aee8de Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sun, 30 Oct 2022 03:03:24 +0800 Subject: [PATCH] css --- source/css/_layout/list.styl | 6 ++---- source/css/_layout/tag-plugins/quot.styl | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/source/css/_layout/list.styl b/source/css/_layout/list.styl index 4115f16..f3155b2 100644 --- a/source/css/_layout/list.styl +++ b/source/css/_layout/list.styl @@ -86,11 +86,9 @@ @media screen and (max-width: 900px) height: 240px @media screen and (max-width: $device-tablet) - height: 280px - @media screen and (max-width: $device-mobile) - height: 240px - @media screen and (max-width: $device-mobile-425) height: 220px + @media screen and (max-width: $device-mobile-425) + height: 200px @media screen and (max-width: $device-mobile-375) height: 180px diff --git a/source/css/_layout/tag-plugins/quot.styl b/source/css/_layout/tag-plugins/quot.styl index b579dbe..a3b2cf7 100644 --- a/source/css/_layout/tag-plugins/quot.styl +++ b/source/css/_layout/tag-plugins/quot.styl @@ -2,6 +2,7 @@ text-align: center position: relative align-items: center + max-width 400px .md .tag-plugin.quot:not(span) display: inline-flex align-self: center