Skip to content

Commit

Permalink
Merge pull request #337 from EvanNotFound/dev
Browse files Browse the repository at this point in the history
build: css
  • Loading branch information
EvanNotFound authored Feb 6, 2024
2 parents 551d321 + a3f4129 commit cab5562
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions source/assets/build/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1058,12 +1058,6 @@ video {
gap: 1.5rem;
}

.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-x-0 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0px * var(--tw-space-x-reverse));
Expand All @@ -1076,6 +1070,12 @@ video {
margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-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));
}

.overflow-hidden {
overflow: hidden;
}
Expand Down Expand Up @@ -1756,16 +1756,16 @@ video {
height: 20rem;
}

.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.md\:px-12 {
padding-left: 3rem;
padding-right: 3rem;
}

.md\:px-8 {
padding-left: 2rem;
padding-right: 2rem;
}

.md\:pl-8 {
padding-left: 2rem;
}
Expand Down

0 comments on commit cab5562

Please sign in to comment.