You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
.path-frontpage { |
|
#block-views-block-media-display-blocks-source { |
|
display: none; |
|
} |
|
#block-olivespostcards-page-title { |
|
margin: 0; |
|
} |
|
} |
|
|
|
.site-header { |
|
/* Necessary to keep the content from jumping up when header transitions to fixed. */ |
|
border-block-end: 0 !important; /* Will show in Windows high contrast mode. */ |
|
} |
|
.logo--olivespostcards { |
|
text-align: center; |
|
h1, |
|
h2 { |
|
margin: 0; |
|
color: #352e25; |
|
/*text-shadow: 1px 1px #dec19d;*/ |
|
} |
|
h1 { |
|
font-size: 3.5em; |
|
} |
|
} |
|
|
|
.page-node-type-landing-page #block-views-block-media-display-blocks-source { |
|
display: none; |
|
} |
|
article.node.node--type-landing-page h2 { |
|
margin: 0; |
|
text-align: center; |
|
} |
|
.hero-section { |
|
/*height:300px;*/ |
|
} |
|
.hero--wrapper { |
|
background: #a88f71; |
|
height: 240px; |
|
border: 4px double #333; |
|
display: flex; |
|
align-items: center; |
|
/*height: 300px;*/ |
|
justify-content: center; |
|
} |
|
.logo-wrapper { |
|
/*background: #3333335c;*/ |
|
} |
|
.path-frontpage .region--content { |
|
margin-bottom: 0; |
|
} |
|
#block-olivespostcards-learnmorelpblock .block__title::before { |
|
content: url("../../images/telescope.svg"); /* Path to your SVG file */ |
|
} |
|
#block-olivespostcards-maparchiveslpblock .block__title::before { |
|
content: url("../../images/sextant.svg"); /* Path to your SVG file */ |
|
}
|
|
|