Skip to content

Commit

Permalink
feat: change height to dvh unit
Browse files Browse the repository at this point in the history
  • Loading branch information
DevJaGz committed Dec 1, 2023
1 parent 69ad260 commit c09130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/home-feature/home-feature.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="grid place-items-center h-[100svh] relative overflow-x-hidden">
<div class="grid place-items-center h-[100dvh] relative overflow-x-hidden">
<app-marquee-emojis
class="absolute w-full sm:w-auto left-1/2 -translate-x-1/2 right-0 top-[48%] -translate-y-1/2"
/>
Expand Down

0 comments on commit c09130a

Please sign in to comment.