Skip to content

Commit

Permalink
bump img size. remove max height
Browse files Browse the repository at this point in the history
  • Loading branch information
tompollard committed Sep 8, 2020
1 parent 9545e58 commit 9be4b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,8 @@
color: #EE3B24;
}
/* ========================================== Affiliates Area ========================================== */
.img_logo {
min-width: 63px;
max-height: 87px;
.header_img {
min-width: 80px;
padding: 0.5em;
background: rgb(223, 232, 245);
}
Expand Down
2 changes: 1 addition & 1 deletion templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<header class="site-header py-4">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-md-1">
<a href="index.html"><img class="img_logo" src="{{ url_for('static', filename='images/lcp_logo.png') }}" alt="Laboratory for Computational Physiology"></a>
<a href="index.html"><img class="img-fluid header_img" src="{{ url_for('static', filename='images/lcp_logo.png') }}" alt="Laboratory for Computational Physiology"></a>
</div>
<div class="col-md-10 text-primary">
<a class="site-header-logo text-dark" href="index.html">Laboratory for Computational Physiology</a>
Expand Down

0 comments on commit 9be4b45

Please sign in to comment.