Skip to content

Commit

Permalink
style: Increase size of logo
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jan 21, 2021
1 parent 37ef758 commit 8820f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ body {
}

.logo {
max-height: 5rem !important;
height: 5rem !important;
max-height: 7rem !important;
height: 7rem !important;
}

.title {
Expand All @@ -124,7 +124,7 @@ body {

.navbar {
flex-wrap: wrap;
max-height: 13rem;
max-height: 15rem;
}

.navbar-bottom {
Expand Down

0 comments on commit 8820f32

Please sign in to comment.