mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-09 12:57:48 +00:00
improve oss
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
desktop: {
|
||||
main: animation(
|
||||
'#oss-discord',
|
||||
{ x: 20, y: '-80vh', rotate: 15 },
|
||||
{ x: 20, y: '-75vh', rotate: 15 },
|
||||
animationOptions
|
||||
),
|
||||
reversed: animation(
|
||||
@@ -45,7 +45,7 @@
|
||||
desktop: {
|
||||
main: animation(
|
||||
'#oss-github',
|
||||
{ x: -100, y: '-55vh', rotate: 6.26 },
|
||||
{ x: -100, y: '-50vh', rotate: 6.26 },
|
||||
animationOptions
|
||||
),
|
||||
reversed: animation(
|
||||
@@ -67,7 +67,7 @@
|
||||
desktop: {
|
||||
main: animation(
|
||||
'#oss-twitter',
|
||||
{ x: 100, y: '-70vh', rotate: -15 },
|
||||
{ x: 100, y: '-65vh', rotate: -15 },
|
||||
animationOptions
|
||||
),
|
||||
reversed: animation(
|
||||
@@ -85,7 +85,7 @@
|
||||
desktop: {
|
||||
main: animation(
|
||||
'#oss-youtube',
|
||||
{ x: -100, y: '-55vh', rotate: -3.77 },
|
||||
{ x: -100, y: '-50vh', rotate: -3.77 },
|
||||
animationOptions
|
||||
),
|
||||
reversed: animation(
|
||||
@@ -103,7 +103,7 @@
|
||||
desktop: {
|
||||
main: animation(
|
||||
'#oss-commits',
|
||||
{ x: 100, y: '-80vh', rotate: -10.2 },
|
||||
{ x: 100, y: '-70vh', rotate: -10.2 },
|
||||
animationOptions
|
||||
),
|
||||
reversed: animation(
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
.sticky-wrapper {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
top: -15vh;
|
||||
overflow: hidden;
|
||||
|
||||
display: flex;
|
||||
@@ -258,7 +258,7 @@
|
||||
padding-inline: 1.25rem;
|
||||
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
height: 130vh;
|
||||
|
||||
text-align: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user