From 9e8ab61db9312d1eaa944a0fb5005cee923b4be6 Mon Sep 17 00:00:00 2001 From: spf13 Date: Wed, 28 May 2014 17:54:54 -0400 Subject: [PATCH] Make the header not jump around --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index f4eb8f518..f32af063b 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -35,6 +35,9 @@ Website: http://geekslabs.com/ border-color: #adadad; } +.nav-github { + width: 325px; +} .nav-github > span { padding-right: 0.5em; }