Skip to content

Commit

Permalink
Merge pull request #62 from MIT-LCP/logo_background
Browse files Browse the repository at this point in the history
Adds background to logo #60.
  • Loading branch information
Lucas-Mc authored Sep 8, 2020
2 parents 60492d0 + 9be4b45 commit 4b6e62e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@
color: #EE3B24;
}
/* ========================================== Affiliates Area ========================================== */
.header_img {
min-width: 80px;
padding: 0.5em;
background: rgb(223, 232, 245);
}
.projects_logo img {
position:relative;
display:inline-block;
Expand Down
4 changes: 2 additions & 2 deletions templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<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-fluid" 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-0 text-primary">
<div class="col-md-10 text-primary">
<a class="site-header-logo text-dark" href="index.html">Laboratory for Computational Physiology</a>
</div>
</div>
Expand Down

0 comments on commit 4b6e62e

Please sign in to comment.