Skip to content

Commit

Permalink
Update logo scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmitchell committed Sep 13, 2023
1 parent bede557 commit 6a00875
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
14 changes: 7 additions & 7 deletions _source/_assets/css/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

.nav-logo {
display: block;
width: 8em;
max-width: 100%;
height: 2em;
margin: 0;
max-height: 100%;

.logo {
width: 100%;
height: auto;
height: 100%;
width: auto;
}

.logo__icon {
Expand Down Expand Up @@ -242,7 +242,7 @@
position: absolute;
display: block;
width: 1.25em;
height: 0.2rem;
height: 0.2rem;
background-color: $color-background;
}

Expand Down Expand Up @@ -282,7 +282,7 @@

.nav__github-corner {

@include media(small) {
@include media(small) {
display: none;
}

Expand Down Expand Up @@ -332,4 +332,4 @@
outline: dotted 1px blue;
}

}
}
14 changes: 4 additions & 10 deletions _source/_includes/svg/turbo-logo.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 6a00875

Please sign in to comment.