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

Loading…
Cancel
Save