Skip to content

Commit

Permalink
fix(homepage): card sizing on desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
castrolem committed Sep 9, 2019
1 parent 9bbeda4 commit e1e6e5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/static_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
padding: 1.5rem;

@media (min-width: 80rem) {
min-width: 18rem;
margin: 1rem 2rem;
}

Expand Down Expand Up @@ -166,6 +167,7 @@
overflow: hidden;

@media(min-width: 80rem) {
min-width: 18rem;
margin: 1rem 2rem;
}

Expand Down

0 comments on commit e1e6e5d

Please sign in to comment.