Skip to content

Commit

Permalink
Merge pull request #151 from datacite/redesign_northosts
Browse files Browse the repository at this point in the history
Redesign northosts - Final adjustments
  • Loading branch information
KellyStathis authored Nov 15, 2024
2 parents 9d49d06 + d28349d commit e39faa8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/includes/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" id="navbar-brand-fix" href="/">
<img src="/images/DataCite-Metadata-Schema-logo_bicolor-light-sm.svg" title="<%= ENV['SITE_TITLE'] %>" style="height:35px;">
<img src="/images/DataCite-Metadata-Schema-logo_bicolor-light-sm.svg" title="<%= ENV['SITE_TITLE'] %>" style="height:100%;">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
Expand Down
5 changes: 3 additions & 2 deletions source/layouts/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
}

.navbar-default .navbar-nav > li > a:not(.btn) {
rgba(170, 170, 170, 0.8);
color:#ccc;
}

@media (max-width: 767px) {
Expand Down Expand Up @@ -340,7 +340,7 @@
.footer a,
.footer a:visited,
.footer h4 {
color: hsla(0, 0%, 66.7%, 0.8);
color: #ccc;
font-size: 14px;
}

Expand Down Expand Up @@ -401,6 +401,7 @@

.footer .contact > a .color-description {
font-size: 14px;
color: #ccc;
}

.footer .socials {
Expand Down

0 comments on commit e39faa8

Please sign in to comment.