Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hlavsa committed Sep 14, 2023
1 parent 03fa3df commit 32b5ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<div class="modal-dialog">
<button
id="closeModal"
class="absolute top-6 right-6 p-8 border rounded-full text-white hover:text-gray-700 hover:bg-white"
class="absolute bottom-6 md:top-6 right-6 p-6 border rounded-full text-white hover:text-gray-700 hover:bg-white"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down Expand Up @@ -258,7 +258,7 @@ <h2 class="text-2xl font-bold mb-4">Projekty</h2>
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.21);
border-radius: 100px;
border-radius: 20px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10.5px);
-webkit-backdrop-filter: blur(10.5px);
Expand Down

0 comments on commit 32b5ed7

Please sign in to comment.