File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 66 <!-- <link rel="icon" href="/favicon.ico" sizes="32x32" /> -->
77 < link rel ="icon " href ="/favicon.ico " />
88 < link rel ="icon " type ="image/svg+xml " href ="/logo.svg " />
9- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
9+ < meta name ="viewport " content ="width=device-width, initial-scale=1, viewport-fit=cover " />
1010 < meta name ="theme-color " content ="#000000 " />
1111
1212 <!-- Primary Meta Tags -->
Original file line number Diff line number Diff line change 2020
2121.main-ver2 .page1-width {
2222 height : 85vh ;
23+ height : 85 svh; /* iOS Safari safe visual viewport */
24+ height : 85 dvh; /* Dynamic viewport (newer Safari/Chromium) */
2325
2426 @include r .media-laptop {
2527 width : 1280px ;
199201.main-ver2 .page-size {
200202 position : relative ;
201203 width : 100% ;
202- height : 100vh ;
204+ height : 100vh ; /* fallback */
205+ height : 100 svh; /* iOS Safari safe visual viewport */
206+ height : 100 dvh; /* Dynamic viewport */
203207 @include r .media-tablet {
204208 height : auto ;
205209 }
249253}
250254
251255.main-ver2 .page4 {
252- height : 100vh ;
256+ height : 100vh ; /* fallback */
257+ height : 100 svh; /* iOS Safari safe visual viewport */
258+ height : 100 dvh; /* Dynamic viewport */
253259 @include r .media-tablet {
254260 height : calc (534px + 60px );
255- width : fit ;
261+ width : 100 % ;
256262 }
257263 @include r .media-mobile {
258264 height : calc (351px + 36px );
Original file line number Diff line number Diff line change 4242 flex-direction : column ;
4343 justify-content : center ;
4444 align-items : center ;
45- width : 100 vw ;
45+ width : 100 % ;
4646 }
4747}
4848
You can’t perform that action at this time.
0 commit comments