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

adding css to force masthead to a set height when no logo present

parent 64fea0c9
No related branches found
No related tags found
1 merge request!74Implement generic theme
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -11,6 +11,7 @@ $site-name-bg: gesso-grayscale(gray-2);
display: flex;
font-family:gesso-font-family(condensedbook);
margin-bottom:0;
min-height: 3.5rem;
padding: gesso-spacing(xs);
position: relative;
transition: margin 300ms;
......@@ -20,6 +21,7 @@ $site-name-bg: gesso-grayscale(gray-2);
}
@include medium{
@include uw-contained-width;
min-height:inherit;
padding: gesso-spacing(sm);
}
......@@ -27,7 +29,6 @@ $site-name-bg: gesso-grayscale(gray-2);
align-self: flex-start;
flex: 1;
}
.uw-header-menu {
align-self: flex-end;
margin-right:2.75rem;
......@@ -37,7 +38,6 @@ $site-name-bg: gesso-grayscale(gray-2);
}
.uw-header-search {
align-self: flex-end;
}
.uw-header-searchbar{
@include uw-contained-width;
......
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