Skip to content

Commit

Permalink
Fix position of dropdown arrow in personal header (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
albig authored Dec 3, 2024
1 parent 819c563 commit 6f04a03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ body {

&.sunflower-logo {

width: 95px;

img {
width: 55px;
background: transparent;
Expand Down Expand Up @@ -287,6 +285,7 @@ body {

&.sunflower-logo {
background-color: $secondary;
width: 95px;
}

height: 95px;
Expand Down
4 changes: 2 additions & 2 deletions sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ body.navbar-open {

@include media-breakpoint-up(lg) {
background-size: 24px;
padding: 6px;
padding: 7px;
margin-right: 4px;
}

&.show {
Expand Down Expand Up @@ -217,7 +218,6 @@ body.navbar-open {
border-radius: 9999px;
text-align: left;
padding: 11px 14px 7px 14px;
margin-left: -7px;

&.nav-link {
color: $white;
Expand Down

0 comments on commit 6f04a03

Please sign in to comment.