diff --git a/css/components/landing_page.css b/css/components/landing_page.css index 08ba5a7..a92c232 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -2,7 +2,7 @@ figure.logo--ilivesnews { background: none; /*width: 24em;*/ margin: 0 auto; - height: 200px; + height: 300px; justify-content: space-around; display: flex; align-items: center; @@ -25,7 +25,7 @@ article.node.node--type-landing-page h2 { border: 10px solid #d0bca4; border: 10px solid #909090; background: none !important; - /*height:300px;*/ + height:300px; } .hero--wrapper { background: #e1dbbf; diff --git a/templates/includes/lp-banner.html.twig b/templates/includes/lp-banner.html.twig index c1a173d..645f041 100755 --- a/templates/includes/lp-banner.html.twig +++ b/templates/includes/lp-banner.html.twig @@ -1,5 +1,5 @@