Skip to content

Commit

Permalink
Add some more design
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMa2ur committed Dec 1, 2023
1 parent 56b889a commit b8e4698
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Web/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
}
</style>

<div class="w-full h-screen absolute invisible md:visible">
<img src="Img/Waves/Vector.png" class="absolute bottom-0" alt="Wave1"/>
<img src="Img/Waves/Vector-1.png" class="absolute bottom-0" alt="Wave2"/>
<img src="Img/Waves/Vector-2.png" class="absolute bottom-0" alt="Wave3"/>
</div>

<div class="absolute w-full h-screen">
<div class="container mx-auto h-screen flex flex-col md:flex-row gap-5
md:justify-around justify-evenly items-center content-area {showCard ? 'off-screen' : ''} ">
Expand Down

0 comments on commit b8e4698

Please sign in to comment.