diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 0cc4192..baef7de 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -1553,7 +1553,7 @@ nav { z-index: 10; } nav .fist-logo { display: none; - margin: 19px 0 0; } + margin: 11px 0 0; } nav a { transition: all 0.5s ease; -moz-transition: all 0.5s ease; @@ -1789,7 +1789,7 @@ body#cfp { left: 50%; margin-left: -125px; position: absolute; - width: 249px; } + width: 250px; } body#cfp header .podio .shadow { background: url(../images/podio-shadow.png); height: 142px; diff --git a/source/stylesheets/_cfp.sass b/source/stylesheets/_cfp.sass index 2f32019..7658c1d 100644 --- a/source/stylesheets/_cfp.sass +++ b/source/stylesheets/_cfp.sass @@ -16,7 +16,7 @@ body#cfp left: 50% margin-left: -125px position: absolute - width: 249px + width: 250px .shadow background: url(../images/podio-shadow.png) diff --git a/source/stylesheets/_navigation.sass b/source/stylesheets/_navigation.sass index 54ba7dd..ac15fcb 100644 --- a/source/stylesheets/_navigation.sass +++ b/source/stylesheets/_navigation.sass @@ -29,7 +29,7 @@ nav .fist-logo display: none - margin: 19px 0 0 + margin: 11px 0 0 a @include transition