Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix: header height (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenweb authored Dec 18, 2019
1 parent 3c35ac6 commit 779ee37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ img {
font-size: 16px;
padding: 10px 0px;
padding-left: 15px;
max-height: 40px;
}
.githubBtn span span {
display: flex;
Expand Down Expand Up @@ -817,6 +818,9 @@ img {
padding-right: 50px;
font-size: 20px;
}
.navBarBrand {
min-height: 40px;
}
.navBarBrand img {
margin-right: 8px;
}
Expand Down

0 comments on commit 779ee37

Please sign in to comment.