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.
28 lines
501 B
28 lines
501 B
.lp-header { |
|
display: flex; |
|
align-items: center; |
|
background: #800406; |
|
padding: 0.8rem; |
|
border-radius: 74px; |
|
color: #fff; |
|
width: 717px; |
|
text-align: center; |
|
.logo { |
|
margin-right: 1em; |
|
} |
|
.text { |
|
font-family: var(--font-serif); |
|
font-size: 2.8em; |
|
line-height: 1; |
|
} |
|
} |
|
.path-frontpage .region--content { |
|
margin-bottom: 0; |
|
} |
|
|
|
.page-node-type-landing-page .node__content { |
|
padding: 0; |
|
} |
|
.page-node-type-landing-page .main-content__container { |
|
padding-top: 1rem; |
|
}
|
|
|