Skip to content

Commit

Permalink
Fix nav on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed May 31, 2018
1 parent 283d54a commit 9c9d56e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ p[class^="rsg--para"] code {
div[class^="rsg--sidebar"] {
background: mix($color-bleu-de-france, $color-rich-black, 5%);
border: 0;
@media (max-width: #{$docs-breakpoint}) {
padding-bottom: $space-large;
}
a[class^="rsg--link"] {
font-weight: $font-weight-semi-bold;
color: $color-bleu-de-france;
Expand Down Expand Up @@ -258,6 +261,7 @@ div[class^="rsg--sidebar"] {
}
li[class^="rsg--item"] {
margin: 0;
display: block;
a[class^="rsg--link"] {
display: block;
padding: $space-xx-small 0;
Expand Down

0 comments on commit 9c9d56e

Please sign in to comment.