diff options
Diffstat (limited to 'src/_header.scss')
| -rw-r--r-- | src/_header.scss | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/src/_header.scss b/src/_header.scss index 1d601c7..28448a0 100644 --- a/src/_header.scss +++ b/src/_header.scss | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | @mixin styles { | 1 | @mixin styles { |
| 2 | .pageHeaderFacade { | 2 | .pageHeader { |
| 3 | background-image: url(../images/style-6/custom/header.jpeg); | 3 | background-image: url(../images/style-6/custom/header.jpeg); |
| 4 | background-repeat: repeat-x; | 4 | background-repeat: repeat-x; |
| 5 | } | ||
| 5 | 6 | ||
| 7 | .pageHeaderFacade { | ||
| 6 | > .layoutBoundary { | 8 | > .layoutBoundary { |
| 7 | padding-block: 0; | 9 | padding-block: 0; |
| 8 | } | 10 | } |
| @@ -18,4 +20,19 @@ | |||
| 18 | --font-size: 18px; | 20 | --font-size: 18px; |
| 19 | --icon-size: 24px; | 21 | --icon-size: 24px; |
| 20 | } | 22 | } |
| 23 | |||
| 24 | @media screen and (max-width: 1024px) { | ||
| 25 | .pageHeaderLogo { | ||
| 26 | > a { | ||
| 27 | display: block; | ||
| 28 | height: auto; | ||
| 29 | padding-inline-start: 0; | ||
| 30 | margin-inline-start: -6px; | ||
| 31 | } | ||
| 32 | |||
| 33 | .pageHeaderLogoSmall { | ||
| 34 | max-height: 50px; | ||
| 35 | } | ||
| 36 | } | ||
| 37 | } | ||
| 21 | } | 38 | } |
