Skip to content

Commit

Permalink
🚑 Fix bad asset include call
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanToye committed Dec 31, 2019
1 parent c7dba49 commit 6e23272
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/assets/stylesheets/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

.card-columns {
@include media-breakpoint-only(lg) {
column-count: 5;
}
@include media-breakpoint-only(xl) {
column-count: 6;
}
}
// .card-columns {
// @include media-breakpoint-only(lg) {
// column-count: 5;
// }
// @include media-breakpoint-only(xl) {
// column-count: 6;
// }
// }

0 comments on commit 6e23272

Please sign in to comment.