Skip to content

Commit

Permalink
updating favicon and resizing navbar logo (#24)
Browse files Browse the repository at this point in the history
* updating favicon and resizing navbar logo
* Use CSS

Signed-off-by: Nate W <[email protected]>
Co-authored-by: Celeste Horgan <[email protected]>
  • Loading branch information
nate-double-u and celestehorgan authored Oct 15, 2020
1 parent 8c8cfc5 commit 3ba5bbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions assets/sass/custom.sass
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
$font-family-headers: "Fira Sans"

.logo
max-width: 85px

.breadcrumb
li
list-style: none
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a class="navbar-item" href="{{ $home }}">
{{ if $logo }}
{{ $url := printf "img/logos/%s" $logo | relURL }}
<img src="{{ $url }}" width="200">
<img src="{{ $url }}" class="logo">
{{ else }}
{{ $title }}
{{ end }}
Expand Down
Binary file modified static/favicon.png
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 3ba5bbb

Please sign in to comment.