Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix(mobile): a little more whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Aug 15, 2019
1 parent 45f3312 commit b14b867
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

@media (max-width: $mobile-breakpoint) {
.card-body {
padding: 0.25rem;
padding: 0.5rem;
hr {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
}
.card-header {
padding: 0.25rem;
padding: 0.5rem;
}
}

0 comments on commit b14b867

Please sign in to comment.