Skip to content

Commit

Permalink
Merge pull request #604 from alphagov/css-fix
Browse files Browse the repository at this point in the history
Tidy dataset sidebar on narrow views
  • Loading branch information
maxgds authored Jun 6, 2018
2 parents 24f86f2 + 877b1ea commit 3ae1ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,13 @@
&__publisher_datasets {
h3 {
margin: 0;
padding-top: 30px;
border-top: 10px solid $highlight-colour;
}

}
}
@include media(mobile) {
padding-left: 15px;
}
}

// =============================================================================
Expand Down

0 comments on commit 3ae1ae1

Please sign in to comment.