From 115b0925cd55cf9f5fd0d37c6ef0e7c8a150768c Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Fri, 14 Jun 2019 16:32:16 +1200 Subject: [PATCH] Sorting css --- app/assets/stylesheets/homepage.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/homepage.scss b/app/assets/stylesheets/homepage.scss index e0569d2b9..d8e8c8fdb 100644 --- a/app/assets/stylesheets/homepage.scss +++ b/app/assets/stylesheets/homepage.scss @@ -16,10 +16,10 @@ // left: -0.5em; .card { - min-height: 100px; - margin: 0.5em; - padding: 0; left: -0.5em; + margin: 0.5em; + min-height: 100px; + padding: 0; %h3.crop-name { font-size: 2em; @@ -54,14 +54,14 @@ @include media-breakpoint-down(sm) { .homepage-cards { .seed-card { - width: 100%; - min-height: 80px; align: center; + min-height: 80px; + width: 100%; } .member-card { - width: 150px; - min-height: 80px; align: center; + min-height: 80px; + width: 150px; } } }