Skip to content

Commit

Permalink
fix(Sample Site): Fix gigantic RB logo on non-simulated mobile devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick committed Jun 20, 2017
1 parent 12f3383 commit ffeeabe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
}
}

.rb-logo {
svg {
width: 100%;
}
}

.example {
.container {
display: inline-block;
Expand Down

0 comments on commit ffeeabe

Please sign in to comment.