Skip to content

Commit

Permalink
Fix spacing in topbar in various responsive sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalonen committed Aug 13, 2014
1 parent b4eea55 commit 2d52703
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion modules/ytp-assets-common/src/less/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ body {
font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.navbar {
margin-bottom: 12px;
}
.navbar-brand {
font-family: 'Mercury SSm A','Mercury SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Expand Down Expand Up @@ -162,7 +165,13 @@ a {
width: auto;
}
}

@media(max-width: @screen-lg) {
#page_wrapper {
margin-top: 0px;
margin-left: 8px;
margin-right: 8px;
}
}

.footer {
border: none;
Expand Down
5 changes: 5 additions & 0 deletions modules/ytp-assets-common/src/less/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ body {
background-size: cover;
padding-top: 64px;
}
@media(max-width: @screen-lg) {
body {
padding-top: 52px;
}
}

a {
color: @link-color;
Expand Down

0 comments on commit 2d52703

Please sign in to comment.