Skip to content

Commit

Permalink
Fixes tl-its-umich-edu#143 - Moves left margin of mobile over as stud…
Browse files Browse the repository at this point in the history
…ent name is right
  • Loading branch information
jonespm committed Sep 9, 2019
1 parent bdbb940 commit f8f404d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seumich/static/seumich/styles/_semixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $chart-width: 1150px;
position: static;
left: auto;
width: auto;
margin: -$primary-margin -15px 0;
margin: 0px -15px 0;
}
@mixin desktop {
@media screen and (min-width: #{$tablet-width + 1}){
Expand Down

0 comments on commit f8f404d

Please sign in to comment.