Skip to content
Snippets Groups Projects
Commit bbfd69b1 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3505: fixing styles for header

parent c7e99661
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
.uw-header { .uw-header {
background-color: #000; background-color: #000;
padding: 0.5rem 0;
width: 100%; width: 100%;
&__wrapper { &__wrapper {
...@@ -13,6 +12,7 @@ ...@@ -13,6 +12,7 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
max-width: 63.125rem; max-width: 63.125rem;
padding: 0.5rem 0;
position: relative; position: relative;
.uw-site-logo { .uw-site-logo {
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
.uw-header-menu { .uw-header-menu {
grid-column: 2 / 3; grid-column: 2 / 3;
grid-row: 1 / 2; grid-row: 1 / 2;
padding-top: 1.2rem;
} }
} }
} }
\ No newline at end of file
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