Skip to content

Commit

Permalink
minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzsouza committed Sep 26, 2023
1 parent a29d02a commit e6e5900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Mobile -->
<div class="h-[90%] w-full grid sm:hidden items-start justify-evenly px-4 gap-2">
<a href="https://www.youtube.com/watch?v=BWpijxhNzvY" target="_blank" rel="noreferrer noopener">
<div class="rounded-lg border-solid border-blue-950 border-2 overflow-hidden opacity-90">
<div class="rounded-lg border-solid border-blue-950 border-2 overflow-hidden">
<img src="https://i.imgur.com/5qiqfsX.png" alt="">
</div>
</a>
Expand All @@ -26,7 +26,7 @@
<div class="h-full w-full grid grid-flow-col items-center gap-20">
<a href="https://www.youtube.com/watch?v=BWpijxhNzvY" target="_blank" rel="noreferrer noopener">
<div class="rounded-lg border-solid border-blue-950 border-2 overflow-hidden
hover:scale-110 transform transition duration-300 opacity-90">
hover:scale-110 transform transition duration-300">
<img src="https://i.imgur.com/5qiqfsX.png" alt="">
</div>
</a>
Expand Down

0 comments on commit e6e5900

Please sign in to comment.