diff options
-rw-r--r-- | website/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index be87995..4d689f1 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -28,6 +28,7 @@ <div id="header-wrapper"> <div id="header-inner"> + <div class="twelve columns"> <nav class="top-bar"> <ul class="title-area"> <li class="name"> @@ -69,6 +70,7 @@ </ul> <!-- /right --> </section> </nav> + </div> </div> <!-- /header-inner --> </div> <!-- /header-wrapper --> |