Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
- adds top margin to `add plugin`
- removes irrelevant media queries
  • Loading branch information
NoahFisher committed Aug 22, 2018
1 parent 1973b19 commit f95bafe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/static/sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,8 @@ code {
position: absolute;
}

@media #{$not-tall-screen},
#{$not-large-screen},
#{$large-screen} and #{$not-tall-screen} {

margin: 0;
@media #{$not-tall-screen} {
margin-top: 40px;
position: relative;
}

Expand Down

0 comments on commit f95bafe

Please sign in to comment.