Skip to content

Commit

Permalink
Aligning menu and logo without messing with css grid
Browse files Browse the repository at this point in the history
  • Loading branch information
wycks committed Dec 23, 2011
1 parent b95e397 commit a0b4f05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stylesheets/base.css
Expand Up @@ -186,13 +186,14 @@
.header {
height:85px;
border-bottom: 1px solid #ddd;
margin-bottom: 30px;
margin-bottom: 40px;
clear: both;
margin-top: 40px;
}

.menu {
padding-top:22px;
margin-right: -10px;

}

Expand All @@ -207,6 +208,10 @@
padding-right: 12px;
font-size: 16px;
}

.logo{
margin-left: -10px;
}

.logo a{
text-decoration: none;
Expand Down

0 comments on commit a0b4f05

Please sign in to comment.