Browse Source

grid tweaks

master
rdrew 1 month ago
parent
commit
25b7ec767d
  1. 2
      css/components/footer.css
  2. 6
      css/components/islandora_mods.css
  3. 13
      css/components/landing_page.css

2
css/components/footer.css

@ -23,7 +23,7 @@
/*height: 500px;*/ /*height: 500px;*/
} }
.site-footer__inner.container { .site-footer__inner.container {
height: 350px; /*height: 350px;*/
} }
.site-footer .menu { .site-footer .menu {
margin-inline-start: 0; margin-inline-start: 0;

6
css/components/islandora_mods.css

@ -1,3 +1,6 @@
.region--sidebar .block {
border: 1px solid #ccc;
}
.node--type-islandora-object { .node--type-islandora-object {
.field { .field {
margin: 0; margin: 0;
@ -68,3 +71,6 @@ div#formatted-bibliography .csl-bib-body {
} }
} }
} }
#toggle-facets {
background-color: #574938;
}

13
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 { .site-header {
/* Necessary to keep the content from jumping up when header transitions to fixed. */ /* 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. */ border-block-end: 0 !important; /* Will show in Windows high contrast mode. */
@ -7,8 +16,8 @@
h1, h1,
h2 { h2 {
margin: 0; margin: 0;
color: #352E25; color: #352e25;
text-shadow: 1px 1px #dec19d; text-shadow: 1px 1px #dec19d;
} }
h1 { h1 {
font-size: 3.5em; font-size: 3.5em;

Loading…
Cancel
Save