From 34d3ec082c9bb5013e4d8bdac4658896ec24a277 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Thu, 21 Apr 2022 22:32:23 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=B0=EA=B0=90=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20=ED=81=AC=EA=B8=B0=20=EB=AF=B8=20=EC=A7=80?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/history.scss | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/hwe/scss/history.scss b/hwe/scss/history.scss index e78a16eb..fdb61e52 100644 --- a/hwe/scss/history.scss +++ b/hwe/scss/history.scss @@ -4,20 +4,21 @@ @include media-1000px { #container { - width: 1000px; - margin: 0 auto; - padding: 0; + font-size: 14px; + width: 1000px; + margin: 0 auto; + padding: 0; } - .year-selector{ - margin-left: 100%/24*5; + .year-selector { + margin-left: 100%/24 * 5; } - .map_position{ + .map_position { flex: 0 0 auto; width: 700px; } - .nation_position{ + .nation_position { flex: 0 0 auto; width: 300px; } @@ -25,17 +26,18 @@ @include media-500px { #container { - width: 500px; - margin: 0 auto; - padding: 0; + font-size: 14px; + width: 500px; + margin: 0 auto; + padding: 0; } - .map_position{ + .map_position { flex: 0 0 auto; width: 100%; } - .nation_position{ + .nation_position { flex: 0 0 auto; width: 100%; }