Skip to content
Snippets Groups Projects
Commit 79ff931c authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5633: css to add correct padding to masthead

parent 017705f6
No related branches found
No related tags found
1 merge request!15ISTWCMS-5633: import of website's header section
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
@mixin heading-1 { @mixin heading-1 {
@include heading-base; @include heading-base;
line-height: var(--font-lineheight-1);
font-size: var( --font-size-8); font-size: var( --font-size-8);
} }
......
...@@ -10,7 +10,7 @@ $site-name-bg: var(--gray-2); ...@@ -10,7 +10,7 @@ $site-name-bg: var(--gray-2);
font-family: var(--font-condensedbook); font-family: var(--font-condensedbook);
margin-bottom: 0; margin-bottom: 0;
min-height: var(--size-7); min-height: var(--size-7);
padding: var(--size-1) 0; padding: var(--size-1);
position: relative; position: relative;
transition: margin 300ms; transition: margin 300ms;
&.open{ &.open{
...@@ -28,7 +28,7 @@ $site-name-bg: var(--gray-2); ...@@ -28,7 +28,7 @@ $site-name-bg: var(--gray-2);
} }
.uw-header-menu { .uw-header-menu {
align-self: flex-end; align-self: flex-end;
margin-right: var(--size-7); margin-right: 2.75rem;
@media(min-width: $screen-md) { @media(min-width: $screen-md) {
margin-right: var(--size-2); margin-right: var(--size-2);
} }
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
width: var(--size-12); width: var(--size-12);
a{ a{
color: var(--uw-white); color: var(--uw-white);
line-height:1.25rem; line-height: 1.25rem;
outline: none; outline: none;
outline-offset: unset; outline-offset: unset;
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment