diff --git a/src/css/common.css b/src/css/common.css index 9112e65..3261403 100644 --- a/src/css/common.css +++ b/src/css/common.css @@ -210,10 +210,10 @@ body{overflow-x:hidden;} .location-tabs { margin-bottom: 24px; } .location-wrap { display: flex; flex-direction: column; gap: 0; padding-bottom: 4rem; } .location-map-wrap { order: 1; width: 100%; } -.location-info-wrapper { order: 2; position: static; max-height: none; margin-top: 32px; width: 100%; } -.location-transport-wrap { order: 3; width: 100%; margin-top: 32px; margin-bottom: 4rem; } +.location-info-wrapper { order: 2; position: static; max-height: none; margin-top: 40px; width: 100%; } +.location-transport-wrap { order: 3; width: 100%; margin-top: 40px; margin-bottom: 4rem; } .location-map { height: 260px; width: 100%;} -.location-transport { padding-bottom: 0; } +.location-transport { padding:0 } .location-transport-list { grid-template-columns: 1fr; } .location-info-card { padding: 28px 24px; width: 100%; box-sizing: border-box; background: #fff; border-radius: 16px; border: 1px solid #e8e8e8; margin-top: 0; margin-left: 0; margin-right: 0; } .location-info-list { gap: 20px; margin-bottom: 28px; }