Skip to content

Commit

Permalink
Removed aspect-ratio properties
Browse files Browse the repository at this point in the history
  • Loading branch information
second1996 authored Nov 2, 2023
1 parent 8b1a23c commit 77fcdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/css/pages/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@
}

&-preview {
@apply relative xl:sticky top-4 h-full aspect-[16/9] before:-z-1 before:rounded-3xl before:rotate-[4deg] before:absolute before:inset-0 before:w-full before:h-full;
@apply relative xl:sticky top-4 h-full before:-z-1 before:rounded-3xl before:rotate-[4deg] before:absolute before:inset-0 before:w-full before:h-full;

&::before {
background: radial-gradient(106.9% 96.69% at 93.08% 41.92%, #4ef6ec 0%, #0797ff 100%), linear-gradient(90deg, #0797ff -29.19%, #894ef6 109.85%);
}

&-video {
@apply hidden w-full h-full aspect-[16/9] rounded-3xl current:block;
@apply hidden w-full h-full rounded-3xl current:block;
}
}
}
Expand Down

0 comments on commit 77fcdf9

Please sign in to comment.