Skip to content

Commit f2b0de2

Browse files
authored
Website Update
1 parent 55b2a21 commit f2b0de2

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/assets/css/style.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
--home-next-layer-overlap: clamp(34rem, 68vh, 46rem);
5454
--site-atmosphere-opacity: 1;
5555

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;
6060
}
6161

6262
* {
@@ -1000,7 +1000,7 @@ a {
10001000
}
10011001

10021002
.site-atmosphere__layer::before {
1003-
--site-atmosphere-width: 174vw;
1003+
--site-atmosphere-width: 230vw;
10041004
background:
10051005
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%),
10061006
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 {
24362436
@media (max-width: 980px) {
24372437
:root {
24382438
--page-top-offset: calc(env(safe-area-inset-top, 0px) + 5.35rem);
2439-
--site-atmosphere-width: 160vw;
2439+
--site-atmosphere-width: 240vw;
24402440
}
24412441

24422442
.page-wrap {
@@ -2491,10 +2491,10 @@ body.page-home #about {
24912491
@media (max-width: 980px) and (orientation: portrait) {
24922492
:root {
24932493
--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;
24982498
}
24992499

25002500
.nav {
@@ -2682,7 +2682,7 @@ body.page-home #about {
26822682

26832683
@media (max-width: 980px) and (orientation: landscape) {
26842684
:root {
2685-
--site-atmosphere-width: 156vw;
2685+
--site-atmosphere-width: 250vw;
26862686
}
26872687

26882688
.nav-toggle {

0 commit comments

Comments
 (0)