From 25b7ec767dea4b368939725d13e758fff05dbdc3 Mon Sep 17 00:00:00 2001 From: rdrew Date: Thu, 6 Nov 2025 14:16:34 -0400 Subject: [PATCH] grid tweaks --- css/components/footer.css | 2 +- css/components/islandora_mods.css | 6 ++++++ css/components/landing_page.css | 13 +++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/css/components/footer.css b/css/components/footer.css index 659dae6..5f08ef6 100755 --- a/css/components/footer.css +++ b/css/components/footer.css @@ -23,7 +23,7 @@ /*height: 500px;*/ } .site-footer__inner.container { - height: 350px; + /*height: 350px;*/ } .site-footer .menu { margin-inline-start: 0; diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 915de5a..de7050e 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,6 @@ +.region--sidebar .block { + border: 1px solid #ccc; +} .node--type-islandora-object { .field { margin: 0; @@ -68,3 +71,6 @@ div#formatted-bibliography .csl-bib-body { } } } + #toggle-facets { + background-color: #574938; + } diff --git a/css/components/landing_page.css b/css/components/landing_page.css index de4d736..c7e1d94 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -1,3 +1,12 @@ +.path-frontpage { + #block-views-block-media-display-blocks-source { + display: none; + } + #block-olivespostcards-page-title { + margin: 0; + } +} + .site-header { /* Necessary to keep the content from jumping up when header transitions to fixed. */ border-block-end: 0 !important; /* Will show in Windows high contrast mode. */ @@ -7,8 +16,8 @@ h1, h2 { margin: 0; -color: #352E25; - text-shadow: 1px 1px #dec19d; + color: #352e25; + text-shadow: 1px 1px #dec19d; } h1 { font-size: 3.5em;