diff --git a/proj/map/asset/css/style.css b/proj/map/asset/css/style.css index e9538fa..09cf796 100644 --- a/proj/map/asset/css/style.css +++ b/proj/map/asset/css/style.css @@ -187,7 +187,8 @@ section.card { } section.card nav { - margin-top: 60px; + margin-top: 40px; + margin-bottom: 30px; display: flex; flex-direction: row; justify-content: space-around; @@ -205,8 +206,8 @@ section.card span.byl-icon-cross { } section.tabroll { - margin-top: 20px; - height: 100vh; + margin-top: 0px; + height: 80vh; display: flex; flex-direction: row; } @@ -218,7 +219,7 @@ section.tabroll { section.tabroll section.singletab { width: 100vw; - height: ; + height: 100%; } nav.cardnav { diff --git a/proj/map/index.html b/proj/map/index.html index dc57dd1..71c681d 100644 --- a/proj/map/index.html +++ b/proj/map/index.html @@ -32,11 +32,11 @@