From e3eea95bb9d214ac97a849d18f60c707eb687a6b Mon Sep 17 00:00:00 2001 From: SeeChen Date: Thu, 3 Oct 2024 14:47:01 +0800 Subject: [PATCH] Update --- CSS/index/language.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CSS/index/language.css b/CSS/index/language.css index a6bfd3c..3274f26 100644 --- a/CSS/index/language.css +++ b/CSS/index/language.css @@ -44,3 +44,25 @@ border-bottom: 1px solid #ccc; cursor: pointer; } + +@media screen and (max-width: 750px) { + + #top-icon { + width: 6em; + height: 6em; + position: relative; + top: 1em; + left: 1em; + display: inline-block; + } + + #top-bar { + font-size: 2.5em; + left: -1.5em; + top: 0em; + } + + #td_language #language_option p { + font-size: 1.2em; + } +} \ No newline at end of file