diff --git a/assets/styles/output.css b/assets/styles/output.css index 8f70b16..1fc3749 100644 --- a/assets/styles/output.css +++ b/assets/styles/output.css @@ -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))); @@ -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; } @@ -814,9 +814,9 @@ video { } html{ - /* color: #595959; */ font-family: 'Inter', sans-serif; line-height: 1.8; + scroll-behavior: smooth; } a{