Skip to content

Commit

Permalink
Merge pull request #476 from Asizon/header_logo_improve
Browse files Browse the repository at this point in the history
Improving Betaflight logo
  • Loading branch information
mikeller authored Oct 21, 2020
2 parents c7bfcc8 + ad17bd5 commit 7c179dc
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 4 deletions.
10 changes: 6 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1137,8 +1137,10 @@ html.isCF .navbar-logo img {
}

html.isBF .navbar-logo img {
content: url(".././images/bf_logo_white.svg");
width: auto;
content: url(".././images/light-wide-2.svg");
width: 282px;
height: 50px;
margin-left: 0 !important;
}

html.isINAV .navbar-logo img {
Expand All @@ -1159,8 +1161,8 @@ html.isINAV .navbar-logo img {
.navbar-logo a {
padding: 0;
position: absolute;
top: 44%;
left: 68%;
top: 32%;
left: 75%;
width: 100%;
}

Expand Down
47 changes: 47 additions & 0 deletions images/light-wide-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c179dc

Please sign in to comment.