Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Add left-margin to MyUW title on med screens
Browse files Browse the repository at this point in the history
  • Loading branch information
thevoiceofzeke committed Aug 23, 2016
1 parent e491300 commit 5e7ac79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uw-frame-components/css/buckyless/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ portal-header {
padding-left: 0;
max-height: 56px;
.title-link {
h1 {
@media (min-width:600px) and (max-width: 960px) {
margin-left: 16px;
}
}
img {
height: 56px;
margin-right: 16px;
Expand Down

0 comments on commit 5e7ac79

Please sign in to comment.