Commit 51124b08 authored by Jacob Schatz's avatar Jacob Schatz Committed by Lin Jen-Shin

Merge branch 'title-positioning-updates' into 'master'

Fix spacing of nav title

See merge request !10708
parent 700857fd
......@@ -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;
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment