mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-13 18:55:45 -04:00
only shrink the member card on the homepage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user