Browse Source

menu tweaks

master
rdrew 2 months ago
parent
commit
1027d17d18
  1. 5
      css/components/header-site-branding.css
  2. 3
      css/components/landing_page.css
  3. 488
      templates/includes/lp-banner.html.twig
  4. 9
      templates/includes/lp-banner.html.twig.old

5
css/components/header-site-branding.css

@ -137,6 +137,11 @@
/*font-weight: bold;*/
font-family: var(--font-serif);
}
.site-branding__slogan {
color: #d0bca4;
font-size: 1.5rem;
}
.site-branding__text a {
color: inherit;

3
css/components/landing_page.css

@ -17,6 +17,9 @@ article.node.node--type-landing-page h2 {
/*height:300px;*/
}
.hero--wrapper {
background: #e1dbbf;
}
.logo-wrapper {
background: #3333335c;
}

488
templates/includes/lp-banner.html.twig

File diff suppressed because one or more lines are too long

9
templates/includes/lp-banner.html.twig.old

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save