[go: up one dir, main page]

Skip to content

Commit

Permalink
done the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
abansal15 committed Jul 31, 2023
1 parent 47e7c7d commit a15c8b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>Bookingjini Icons</title>

<!-- SEO ESSENTIALS -->
Expand Down Expand Up @@ -208,7 +209,7 @@
<div class="navbar-nav navbar-expand-lg">
<div class="navbar-nav-in">
<a class="btn btn-outline-primary" href="https://drive.bookingjini.tech/icons/v2/fonts.zip">Download</a>
<a class="btn btn-outline-primary star" href="https://github.com/Bookingjini-Labs/bookingjini-icons"
<a class="btn btn-outline-primary star hii" href="https://github.com/Bookingjini-Labs/bookingjini-icons"
target="_blank">Star Repo <i class="jini-star" id="github"></i></a>
<a class="btn btn-outline-primary hi" href="./contributors.html">Our Contributors</a>
</div>
Expand Down
4 changes: 4 additions & 0 deletions website/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,10 @@ footer {
margin-top: 10px !important;
margin-left: 4px !important;
}
.hii
{
margin-top: 8px !important;
}
}

strong{
Expand Down

0 comments on commit a15c8b7

Please sign in to comment.