Skip to content

Commit

Permalink
Change CSS Branding
Browse files Browse the repository at this point in the history
The navbar had some issues with the logo being too small for including
descriptive text.

Also, the border for the logo did not appear on the right side because
the navbar was covering it.
  • Loading branch information
lagoan committed Oct 22, 2020
1 parent 3de32ea commit 07445c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified app/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/blocks/_navbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
@extend .navbar-inverse;
background-color: $navbar-branding-bg;
border-color: $navbar-branding-border;
border-width: 0px 0px 1px 0px;

.navbar-text {
color: $navbar-branding-color;
Expand Down Expand Up @@ -87,6 +88,7 @@
background-color: $navbar-branding-link-disabled-bg;
}
}
margin-left: 5px;
}

// Darken the responsive nav toggle
Expand Down

0 comments on commit 07445c9

Please sign in to comment.