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 @@
@mixin heading-1 {
@include heading-base;
line-height: var(--font-lineheight-1);
font-size: var( --font-size-8);
}
......
......@@ -10,7 +10,7 @@ $site-name-bg: var(--gray-2);
font-family: var(--font-condensedbook);
margin-bottom: 0;
min-height: var(--size-7);
padding: var(--size-1) 0;
padding: var(--size-1);
position: relative;
transition: margin 300ms;
&.open{
......@@ -28,7 +28,7 @@ $site-name-bg: var(--gray-2);
}
.uw-header-menu {
align-self: flex-end;
margin-right: var(--size-7);
margin-right: 2.75rem;
@media(min-width: $screen-md) {
margin-right: var(--size-2);
}
......
......@@ -26,7 +26,7 @@
width: var(--size-12);
a{
color: var(--uw-white);
line-height:1.25rem;
line-height: 1.25rem;
outline: none;
outline-offset: unset;
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