rdrew 2 months ago
parent
commit
c707974ecb
  1. 9
      css/components/landing_page.css

9
css/components/landing_page.css

@ -2,7 +2,7 @@ figure.logo--ilivesbdh {
background: none; background: none;
/* width: 24em; */ /* width: 24em; */
margin: 0 auto; margin: 0 auto;
height: 380px; height: 280px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
@ -15,11 +15,12 @@ figure.logo--ilivesbdh {
h1 { h1 {
font-size: 4em; font-size: 4em;
/*font-weight:bold;*/ /*font-weight:bold;*/
color:#fff; color: #fff;
border-bottom: 4px double;
} }
h2 { h2 {
font-size: 2.2em; font-size: 2.2em;
color:#fff; color: #fff;
/*font-weight:bold;*/ /*font-weight:bold;*/
} }
} }
@ -34,7 +35,7 @@ article.node.node--type-landing-page h2 {
.hero-section { .hero-section {
border: 10px solid #d0bca4; border: 10px solid #d0bca4;
height: 400px; height: 300px;
background-size: cover !important; background-size: cover !important;
} }
.hero--wrapper { .hero--wrapper {

Loading…
Cancel
Save