Skip to content

Commit

Permalink
mobile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Feb 12, 2024
1 parent 3449b1e commit efe25c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/collection-banner.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container-fluid" {% if page.layout contains 'home-map' %}style="position:fixed;z-index:100;"{% endif %}>
<div class="row align-items-center" id="collection-banner">
<div id="title" class="col-10 col-md-11 ps-5">
<h1><a id="main-title" class="text-dark font-weight-normal text-uppercase display-1 ps-2" href="{{ site.baseurl }}/" ><img src="{{ '/objects/firetower.png' | relative_url }}" class="d-none d-md-inline" style="height:56px;margin-top:-16px">{{ site.title }}<img src="{{ '/objects/firetower.png' | relative_url }}" class="d-none d-md-inline" style="height:56px;margin-top:-16px"></a></h1>
<div class="row align-items-center p-1" id="collection-banner">
<div id="title" class="col-10 col-md-11 ps-0 ps-md-5">
<h1><a id="main-title" class="text-dark font-weight-normal text-uppercase display-1 ps-2" href="{{ site.baseurl }}/" ><img src="{{ '/objects/firetower.png' | relative_url }}" class="d-none d-md-inline" style="height:56px;margin-top:-16px">{{ site.title }}<img src="{{ '/objects/firetower.png' | relative_url }}" class="d-md-inline" style="height:56px;margin-top:-16px"></a></h1>
</div>
<div class="col-2 col-md-1 px-0">
{% include collection-nav.html %}
Expand Down

0 comments on commit efe25c2

Please sign in to comment.