Skip to content

Commit ed92820

Browse files
authored
Website Update
1 parent dc82d88 commit ed92820

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

docs/assets/css/style.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
--site-atmosphere-opacity: 1;
5555

5656
--site-atmosphere-center-y: 46.5svh;
57-
--site-atmosphere-box-half-height: 39.5svh;
58-
--site-atmosphere-box-height: 79svh;
59-
--site-atmosphere-width: 260vw;
57+
--site-atmosphere-box-half-height: 43.5svh;
58+
--site-atmosphere-box-height: 87svh;
59+
--site-atmosphere-width: 300vw;
6060
}
6161

6262
* {
@@ -117,8 +117,8 @@ body.page-home {
117117
-webkit-transform: translateX(-50%);
118118
pointer-events: none;
119119
background:
120-
radial-gradient(74% 58% at 37% 50%, rgba(255, 157, 77, 0.165) 0%, rgba(255, 157, 77, 0.118) 28%, rgba(255, 157, 77, 0.042) 52%, rgba(255, 157, 77, 0) 72%),
121-
radial-gradient(68% 54% at 63% 52%, rgba(82, 104, 255, 0.152) 0%, rgba(82, 104, 255, 0.108) 28%, rgba(82, 104, 255, 0.038) 52%, rgba(82, 104, 255, 0) 72%);
120+
radial-gradient(74% 58% at 37% 50%, rgba(255, 157, 77, 0.145) 0%, rgba(255, 157, 77, 0.102) 28%, rgba(255, 157, 77, 0.036) 52%, rgba(255, 157, 77, 0) 72%),
121+
radial-gradient(68% 54% at 63% 52%, rgba(82, 104, 255, 0.135) 0%, rgba(82, 104, 255, 0.094) 28%, rgba(82, 104, 255, 0.033) 52%, rgba(82, 104, 255, 0) 72%);
122122
background-repeat: no-repeat;
123123
background-size:
124124
var(--site-atmosphere-width) 100%,
@@ -1000,10 +1000,10 @@ a {
10001000
}
10011001

10021002
.site-atmosphere__layer::before {
1003-
--site-atmosphere-width: 230vw;
1003+
--site-atmosphere-width: 255vw;
10041004
background:
1005-
radial-gradient(78% 62% at 39% 50%, rgba(255, 157, 77, 0.165) 0%, rgba(255, 157, 77, 0.118) 28%, rgba(255, 157, 77, 0.042) 52%, rgba(255, 157, 77, 0) 72%),
1006-
radial-gradient(72% 58% at 61% 52%, rgba(82, 104, 255, 0.152) 0%, rgba(82, 104, 255, 0.108) 28%, rgba(82, 104, 255, 0.038) 52%, rgba(82, 104, 255, 0) 72%);
1005+
radial-gradient(78% 62% at 39% 50%, rgba(255, 157, 77, 0.145) 0%, rgba(255, 157, 77, 0.102) 28%, rgba(255, 157, 77, 0.036) 52%, rgba(255, 157, 77, 0) 72%),
1006+
radial-gradient(72% 58% at 61% 52%, rgba(82, 104, 255, 0.135) 0%, rgba(82, 104, 255, 0.094) 28%, rgba(82, 104, 255, 0.033) 52%, rgba(82, 104, 255, 0) 72%);
10071007
background-repeat: no-repeat;
10081008
background-size:
10091009
var(--site-atmosphere-width) 100%,
@@ -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: 240vw;
2439+
--site-atmosphere-width: 270vw;
24402440
}
24412441

24422442
.page-wrap {
@@ -2492,9 +2492,9 @@ body.page-home #about {
24922492
:root {
24932493
--page-top-offset: calc(env(safe-area-inset-top, 0px) + 8px + var(--nav-pill-height-mobile) + 14px);
24942494
--site-atmosphere-center-y: 43svh;
2495-
--site-atmosphere-box-half-height: 35svh;
2496-
--site-atmosphere-box-height: 70svh;
2497-
--site-atmosphere-width: 230vw;
2495+
--site-atmosphere-box-half-height: 37svh;
2496+
--site-atmosphere-box-height: 74svh;
2497+
--site-atmosphere-width: 255vw;
24982498
}
24992499

25002500
.nav {
@@ -2668,8 +2668,8 @@ body.page-home #about {
26682668

26692669
.site-atmosphere__layer::before {
26702670
background:
2671-
radial-gradient(80% 64% at 40% 50%, rgba(255, 157, 77, 0.165) 0%, rgba(255, 157, 77, 0.118) 28%, rgba(255, 157, 77, 0.042) 52%, rgba(255, 157, 77, 0) 72%),
2672-
radial-gradient(74% 60% at 60% 52%, rgba(82, 104, 255, 0.152) 0%, rgba(82, 104, 255, 0.108) 28%, rgba(82, 104, 255, 0.038) 52%, rgba(82, 104, 255, 0) 72%);
2671+
radial-gradient(80% 64% at 40% 50%, rgba(255, 157, 77, 0.145) 0%, rgba(255, 157, 77, 0.102) 28%, rgba(255, 157, 77, 0.036) 52%, rgba(255, 157, 77, 0) 72%),
2672+
radial-gradient(74% 60% at 60% 52%, rgba(82, 104, 255, 0.135) 0%, rgba(82, 104, 255, 0.094) 28%, rgba(82, 104, 255, 0.033) 52%, rgba(82, 104, 255, 0) 72%);
26732673
background-repeat: no-repeat;
26742674
background-size:
26752675
var(--site-atmosphere-width) 100%,
@@ -2682,7 +2682,7 @@ body.page-home #about {
26822682

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

26882688
.nav-toggle {

0 commit comments

Comments
 (0)