Browse Source

hero

master
rdrew 2 weeks ago
parent
commit
8f4bf39343
  1. 1
      css/base/variables.css
  2. 12
      css/components/landing_page.css

1
css/base/variables.css

@ -120,6 +120,7 @@
--color--red: #e33f1e; /* Red */
--color--gold: #fdca40; /* Gold */
--color--green: #3fa21c;
--color--upei-red: #8c2004;
/* Header */
--header-height-wide-when-fixed: calc(6 * var(--sp));

12
css/components/landing_page.css

@ -12,7 +12,14 @@ figure.logo--ilivesnews {
border-top: 6px double #909090;
border-bottom: 6px double #909090;
padding: 15px 15px 25px 15px;
border-spacing:10px;
border-spacing: 10px;
}
a {
text-decoration: none;
color: #333;
}
a:hover {
color: var(--color--upei-red);
}
}
.site-branding__name a {
@ -28,9 +35,10 @@ article.node.node--type-landing-page h2 {
.hero-section {
border: 10px solid #d0bca4;
border: 10px solid #909090;
/*border: 10px solid var(--color--upei-red);*/
/*background: none !important;*/
background-size: 1480px 300px !important;
height:300px;
height: 300px;
}
.hero--wrapper {
background: #e1dbbf;

Loading…
Cancel
Save