Skip to content

Commit

Permalink
adjustments for larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed May 3, 2024
1 parent 1dff1b9 commit 790064e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/collection-banner.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="container" >
<div class="container-fluid px-md-5" >
<div class="row align-items-center p-1" id="collection-banner">
<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>
Expand Down
2 changes: 1 addition & 1 deletion _includes/feature/full-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{%- capture image_src -%}{{ figure.object_location | default: figure.image_small | relative_url }}{% endcapture %}
{% endif %}
<div class="col-md text-center">
<figure class="figure mx-3{% if include.width %} feature-w-{{ include.width }}{% endif %}">
<figure class="figure {% if include.width %} feature-w-{{ include.width }}{% endif %}">
<a href="{{ image_link | default: image_src }}">
<img class="figure-img img-fluid rounded lazyload" alt="{{ image_alt | default: image_caption | escape }}" title="click to see item" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3C/svg%3E" data-src="{{ image_src }}" >
</a>
Expand Down

0 comments on commit 790064e

Please sign in to comment.