Skip to content

Commit

Permalink
remove padding start from banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb authored Mar 11, 2024
1 parent 8e1ecd9 commit 285df45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/collection-banner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container" >
<div class="row align-items-center p-1" id="collection-banner">
<div id="title" class="col-12 col-md-10 ps-0 ps-md-5">
<div id="title" class="col-12 col-md-10 ps-0">
<h1 class="text-nowrap"><a id="main-title" class="text-dark font-weight-normal text-uppercase display-1 ps-2" href="{{ site.baseurl }}/" >KEEPING W<span class="d-none">A</span><img src="{{ '/objects/firetower-as-letter.png' | relative_url }}" class="mx-0 px-0 d-none d-md-inline" style="height:56px;margin-top:-16px"><img src="{{ '/objects/firetower-as-letter.png' | relative_url }}" class="mx-0 px-0 d-inline d-md-none" style="height:36px;margin-top:-6px">TCH</a></h1>
</div>
<div class="col-12 col-md-2 px-0">
Expand Down

0 comments on commit 285df45

Please sign in to comment.