Skip to content

Commit

Permalink
Proposing fix for issue #746
Browse files Browse the repository at this point in the history
  • Loading branch information
webdacjs authored Aug 15, 2024
1 parent 54a2b74 commit a619ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/components/atoms/nav-user/nav-user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
--avatar-size: 2.5rem;
flex-basis: var(--avatar-size);
width: var(--avatar-size);
object-fit: cover;
height: var(--avatar-size);

@include media-breakpoint-up(sm) {
--avatar-size: 2.625rem;
Expand Down Expand Up @@ -130,4 +132,4 @@
}
}
}
}
}

0 comments on commit a619ab7

Please sign in to comment.