Skip to content

Commit

Permalink
Update sidebar.scss (ProxeusApp#209)
Browse files Browse the repository at this point in the history
Logo in user interface auto-resize and centered has been fixed.
  • Loading branch information
alvaro-ricotta authored Mar 22, 2021
1 parent 6180e24 commit bc73a53
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/core/src/assets/styles/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ $nav-max-width: 265px;
padding-left: 1.7rem;
padding-top: $spacer / 1.5;
padding-bottom: $spacer / 3;
text-align:center;
img {
height: 3.75rem;
margin: 1rem auto;
}
}

.nav-link {
Expand Down

0 comments on commit bc73a53

Please sign in to comment.