Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 21, 2024
1 parent d36c81d commit cb0b6ec
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ h2::before {

.platforms-marquee {
position: relative;
width: 100vw;
left: 50%;
transform: translateX(-50%);
width: 110%;
left: -5%;
overflow: hidden;
padding: 2rem 0;
margin: 4rem 0;
Expand All @@ -179,6 +178,20 @@ h2::before {
animation: scroll 30s linear infinite;
white-space: nowrap;
will-change: transform;
-webkit-mask-image: linear-gradient(
to right,
transparent 0%,
black 10%,
black 90%,
transparent 100%
);
mask-image: linear-gradient(
to right,
transparent 0%,
black 10%,
black 90%,
transparent 100%
);
}

.platform-name {
Expand Down

0 comments on commit cb0b6ec

Please sign in to comment.