Skip to content

Commit

Permalink
feat: update section height for responsive design in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
imantsk committed Dec 28, 2024
1 parent 407c798 commit 1176982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<img src="./img/WCMW_logo_12.svg" alt="WCMW Background dancing guy" class="w-full h-full object-contain">
</background>

<section class="flex flex-col justify-between h-vh w-full max-w-[2560px] lg:px-16">
<section class="flex flex-col justify-between sm:h-svh h-dvh w-full max-w-[2560px] lg:px-16">

<top class="flex flex-row flex-wrap justify-between align-top max-h-48">
<img src="./img/WCMW_16.svg" alt="WCMW Logo" class="w-1/5 max-h-32">
Expand Down

0 comments on commit 1176982

Please sign in to comment.