Skip to content
Snippets Groups Projects
Commit 3468dc38 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix spacing of nav header

parent 1cc2d2ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -155,7 +155,7 @@ header {
 
.header-logo {
display: inline-block;
margin: 0 7px 0 2px;
margin: 0 12px 0 2px;
position: relative;
top: 10px;
transition-duration: .3s;
Loading
Loading
@@ -186,7 +186,7 @@ header {
display: flex;
align-items: flex-start;
flex: 1 1 auto;
padding-top: (($header-height - 19) / 2);
padding-top: 14px;
overflow: hidden;
}
 
Loading
Loading
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