Skip to content

Commit

Permalink
Update scroll transition
Browse files Browse the repository at this point in the history
  • Loading branch information
seb646 committed Jul 14, 2023
1 parent 7bf7f50 commit 82d54c8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/styles/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,12 @@ video {
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
Expand All @@ -711,12 +717,6 @@ video {
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.rounded {
border-radius: 0.25rem;
}
Expand Down Expand Up @@ -814,9 +814,9 @@ video {
}

html{
/* color: #595959; */
font-family: 'Inter', sans-serif;
line-height: 1.8;
scroll-behavior: smooth;
}

a{
Expand Down

0 comments on commit 82d54c8

Please sign in to comment.