Browse Source

css fix

master
rdrew 2 weeks ago
parent
commit
50f805ed11
  1. 4
      css/components/landing_page.css
  2. 2
      templates/includes/lp-banner.html.twig

4
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;

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

@ -1,5 +1,5 @@
<div class="hero--wrapper">
<div class="hero-section" style="background:url(/themes/custom/olivesnews/images/pei_map_banner.jpg) 50% no-repeat;">
<div class="hero-section" style="background:url(/themes/custom/olivesnews/images/newsprint.webp) 50% no-repeat;">
<div class="logo-wrapper">
<figure class="logo--ilivesnews">
<h1>Island Newspapers</h1>

Loading…
Cancel
Save