|
53 | 53 | --home-next-layer-overlap: clamp(34rem, 68vh, 46rem); |
54 | 54 | --site-atmosphere-opacity: 1; |
55 | 55 |
|
56 | | - --site-atmosphere-center-y: 43svh; |
57 | | - --site-atmosphere-box-half-height: 33svh; |
58 | | - --site-atmosphere-box-height: 66svh; |
59 | | - --site-atmosphere-width: 152vw; |
| 56 | + --site-atmosphere-center-y: 48svh; |
| 57 | + --site-atmosphere-box-half-height: 38svh; |
| 58 | + --site-atmosphere-box-height: 76svh; |
| 59 | + --site-atmosphere-width: 260vw; |
60 | 60 | } |
61 | 61 |
|
62 | 62 | * { |
@@ -1000,7 +1000,7 @@ a { |
1000 | 1000 | } |
1001 | 1001 |
|
1002 | 1002 | .site-atmosphere__layer::before { |
1003 | | - --site-atmosphere-width: 174vw; |
| 1003 | + --site-atmosphere-width: 230vw; |
1004 | 1004 | background: |
1005 | 1005 | radial-gradient(78% 62% at 39% 50%, rgba(255, 157, 77, 0.18) 0%, rgba(255, 157, 77, 0.13) 28%, rgba(255, 157, 77, 0.048) 52%, rgba(255, 157, 77, 0) 72%), |
1006 | 1006 | radial-gradient(72% 58% at 61% 52%, rgba(82, 104, 255, 0.165) 0%, rgba(82, 104, 255, 0.118) 28%, rgba(82, 104, 255, 0.042) 52%, rgba(82, 104, 255, 0) 72%); |
@@ -2436,7 +2436,7 @@ body.page-home #about { |
2436 | 2436 | @media (max-width: 980px) { |
2437 | 2437 | :root { |
2438 | 2438 | --page-top-offset: calc(env(safe-area-inset-top, 0px) + 5.35rem); |
2439 | | - --site-atmosphere-width: 160vw; |
| 2439 | + --site-atmosphere-width: 240vw; |
2440 | 2440 | } |
2441 | 2441 |
|
2442 | 2442 | .page-wrap { |
@@ -2491,10 +2491,10 @@ body.page-home #about { |
2491 | 2491 | @media (max-width: 980px) and (orientation: portrait) { |
2492 | 2492 | :root { |
2493 | 2493 | --page-top-offset: calc(env(safe-area-inset-top, 0px) + 8px + var(--nav-pill-height-mobile) + 14px); |
2494 | | - --site-atmosphere-center-y: 41svh; |
2495 | | - --site-atmosphere-box-half-height: 29.5svh; |
2496 | | - --site-atmosphere-box-height: 59svh; |
2497 | | - --site-atmosphere-width: 182vw; |
| 2494 | + --site-atmosphere-center-y: 44svh; |
| 2495 | + --site-atmosphere-box-half-height: 34svh; |
| 2496 | + --site-atmosphere-box-height: 68svh; |
| 2497 | + --site-atmosphere-width: 230vw; |
2498 | 2498 | } |
2499 | 2499 |
|
2500 | 2500 | .nav { |
@@ -2682,7 +2682,7 @@ body.page-home #about { |
2682 | 2682 |
|
2683 | 2683 | @media (max-width: 980px) and (orientation: landscape) { |
2684 | 2684 | :root { |
2685 | | - --site-atmosphere-width: 156vw; |
| 2685 | + --site-atmosphere-width: 250vw; |
2686 | 2686 | } |
2687 | 2687 |
|
2688 | 2688 | .nav-toggle { |
|
0 commit comments