1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-03-20 20:41:10 +00:00

Make the header not jump around

This commit is contained in:
spf13 2014-05-28 17:54:54 -04:00
parent 2a44ca543b
commit 1ba63f15c8

View file

@ -35,6 +35,9 @@ Website: http://geekslabs.com/
border-color: #adadad;
}
.nav-github {
width: 325px;
}
.nav-github > span {
padding-right: 0.5em;
}