From e3e6a04ccf46233eb654a9ba7993ed32710c5619 Mon Sep 17 00:00:00 2001 From: Hyunchul Kim Date: Fri, 17 Sep 2021 12:20:50 +0900 Subject: [PATCH] Fix line heights & bridge --- test_data/src/style/common.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test_data/src/style/common.css b/test_data/src/style/common.css index 1d3d02f..5325395 100644 --- a/test_data/src/style/common.css +++ b/test_data/src/style/common.css @@ -438,6 +438,7 @@ padding-top: 50px; display: inline-block; vertical-align: top; + line-height: 1.55rem; /* padding:20px; */ } @@ -484,6 +485,8 @@ } #hideMe{ + top:0px; + left:0px; background: url(https://freight.cargo.site/t/original/i/5d73492aa3e9257fd9fab2d4677af532db8a388f792c55f99cf9168cb2024bb2/arkowebtest3.png) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; @@ -492,8 +495,8 @@ margin:0; text-align:center; position:fixed; - width:100%; - height:100%; + width:100vw; + height:100vh; } .arko {