Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
add github link
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 25, 2022
1 parent aaf439a commit 72fe42c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,10 @@ html {
flex-direction: column;
}

.flex-wrap {
flex-wrap: wrap;
}

.place-items-center {
place-items: center;
}
Expand Down Expand Up @@ -1198,6 +1202,10 @@ html {
gap: 1rem;
}

.gap-8 {
gap: 2rem;
}

.gap-y-6 {
row-gap: 1.5rem;
}
Expand Down
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,14 @@
>
<i class="bx bx-sun text-xl"></i>
</button>
<button
<a
href="https://github.com/abinoval/image-to-palette"
target="_blank"
rel="noopener noreferrer"
class="hover:bg-gray-100 text-gray-800 dark:hover:bg-gray-900 dark:text-white h-10 w-10 rounded-full grid place-items-center transition-all duration-300"
>
<i class="bx bxl-github text-xl"></i>
</button>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 72fe42c

Please sign in to comment.