only shrink the member card on the homepage

This commit is contained in:
Brenda Wallace
2019-06-05 08:35:39 +12:00
parent 75b04ffe04
commit 70afa97b80
2 changed files with 12 additions and 10 deletions

View File

@@ -51,15 +51,17 @@
}
@include media-breakpoint-down(sm) {
.seed-card {
width: 100%;
min-height: 80px;
align: center;
}
.member-card {
width: 150px;
min-height: 80px;
align: center;
.homepage-cards {
.seed-card {
width: 100%;
min-height: 80px;
align: center;
}
.member-card {
width: 150px;
min-height: 80px;
align: center;
}
}
}

View File

@@ -54,8 +54,8 @@
= render "comments", post: @post
.col-md-4.col-12
= render @post.author
.row
.col-12= render @post.author
- unless @post.crops.empty?
.col-12
%h3.h3 Crops mentioned in this post