diff --git a/_layouts/default.html b/_layouts/default.html index 1292b1d..b15204c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -59,13 +59,12 @@ {% if page.locations %} {% include post/post-map-header.html %} {% endif %} - {% include shapes/one.html %} - + + {% include shapes/one.html %} + Katy DeCorah + - - - Katy DeCorah - + {% if page.title != 'Katy DeCorah' %} {% if site.baseurl != '' %} {% if page.title != site.title %} {% include icons/chevron-right.svg %} diff --git a/assets/site.css b/assets/site.css index fb29bed..0e52374 100644 --- a/assets/site.css +++ b/assets/site.css @@ -80,6 +80,13 @@ main { margin: 0 auto; padding: 1rem 2rem; } + + .container { + display: flex; + align-items: center; + grid-gap: 1rem; + flex-wrap: wrap; + } } header { @@ -87,9 +94,20 @@ header { } header .container { + grid-gap: 1rem; +} + +header .title-container { display: flex; align-items: center; grid-gap: 1rem; + margin-bottom: 1rem; +} + +@media (width >= 50rem) { + header .title-container { + margin-bottom: 0; + } } header .header-title { @@ -117,6 +135,12 @@ header ul { align-items: center; } +@media (width <= 50rem) { + header ul li:first-child { + display: none; + } +} + hr { border-style: solid; border-width: 0.25rem;