From 66fcd29b8431921ae8f16ea64b803acaecf24eb7 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Thu, 16 Sep 2021 11:25:39 +0900 Subject: [PATCH] Set max-height --- test_data/src/style/common.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index d15c741..55c4c8c 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -187,6 +187,7 @@ bottom: 0px; width:100%; z-index: 100; + top: 140px; } div#archive_list { @@ -223,6 +224,14 @@ a.anchor { top: -50px; } + + div#fragment_wrapper > img { + text-align: center; + } + + div#fragment_wrapper > img { + max-height: 400px; + } /***** pc *****/ @media ( min-width: 1080px ) {