Skip to content

Commit

Permalink
style(landing_page): fix the style of github logo on the landing page (
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox authored Feb 18, 2023
1 parent da29124 commit 4708c5b
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 286 deletions.
4 changes: 4 additions & 0 deletions docs/landing_page/css/globals.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github_logo {
margin-bottom: -5px;
padding-top: 4px;
}
4 changes: 3 additions & 1 deletion docs/landing_page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<!-- Bootstrap CSS / Color Scheme -->
<link rel="stylesheet" href="css/bootstrap.css" />
<link rel="stylesheet" href="css/globals.css" />


<!-- Page icon -->
<link rel="icon" type="image/png" href="https://user-images.githubusercontent.com/29942790/140995889-5d91dcff-3aa7-4cfb-8a90-2cddf1337dca.png" />
Expand All @@ -45,7 +47,7 @@
class="btn btn-success"
target="_blank"
>
<em class="mr-2" data-feather="github"></em>
<em class="github_logo mr-2" data-feather="github"></em>
View Source
</a>
</div>
Expand Down
Loading

0 comments on commit 4708c5b

Please sign in to comment.