diff --git a/testpage/test.css b/testpage/test.css index 2c65ebb..3127fff 100644 --- a/testpage/test.css +++ b/testpage/test.css @@ -553,6 +553,33 @@ width: 100vw; } /* //footer */ +@media screen and (max-width : 1024px){ + .section-title { + font-size: 1.75rem; + } + header.scroll-nav{ + background: white; + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); + align-items: center; + } + .header-nav .sp-logo{ + display: block; + } + .header-nav nav ul{ + display: none; + } + #mainvisual .top-title .site-title{ + display: none; + } + .info-item{ + flex-direction: column; + margin: 0 auto; + } + .iframe-wrap{ + padding-top: 50px; + width: 100%; + } +} @media screen and (max-width: 746px){ .section-title { @@ -603,13 +630,14 @@ line-height: 1.85; } .aiming_top{ - max-width: 500px; + max-width: 600px; } .qa_list label{ font-size: 17.5px; } .info-item{ flex-direction: column; + margin: 0 auto; } .iframe-wrap{ padding-top: 50px;