Skip to content

Commit

Permalink
Fixing padding for misaligned small logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nickborromeo committed Jan 8, 2014
1 parent 60a3641 commit 0331b17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/desktop/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
z-index: 1000;
box-shadow: 0 1px 5px rgba(70, 70, 70, .4);
background-color: $white;
padding-right: 3px;
padding-top: 3px;
.docked & {
position: fixed;
}
Expand All @@ -34,6 +36,8 @@
.fa-home {
font-size: 20px;
line-height: 40px;
padding-right: 3px;
padding-top: 3px;
}
.panel {
float: right;
Expand Down

0 comments on commit 0331b17

Please sign in to comment.