Skip to content

Commit

Permalink
fix image location
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-arbon committed Aug 8, 2024
1 parent 8d127cf commit 5ca76bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/stylesheets/bootstrap/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ $navbar-height: 60px !default;
$navbar-margin-bottom: $line-height-computed !default;
$navbar-border-radius: 0 !default;
$navbar-padding-horizontal: floor(($grid-gutter-width * 0.5)) !default;
$navbar-padding-vertical: (($navbar-height - $line-height-computed) * 0.5) !default;
$navbar-padding-vertical: (($navbar-height - $line-height-computed) * 0.25) !default;
$navbar-collapse-max-height: 340px !default;

$navbar-default-color: $white !default;
Expand Down
8 changes: 4 additions & 4 deletions dist/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/bootstrap-sass">
<img src="assets/images/logo.png" alt="Talis" height="38px">
<img src="assets/images/logo.png" alt="Talis" height="40">
</a>
</div>

Expand Down

0 comments on commit 5ca76bb

Please sign in to comment.