diff --git a/src/app/_components/recipe-card/recipe-card.component.scss b/src/app/_components/recipe-card/recipe-card.component.scss index 16b352d..9f3e98c 100644 --- a/src/app/_components/recipe-card/recipe-card.component.scss +++ b/src/app/_components/recipe-card/recipe-card.component.scss @@ -6,9 +6,15 @@ @include respond-to('small') { width: 100%; } + @include respond-to('x-small') { + min-height: 275px; + } float: left; margin-right: 55px !important; margin-bottom: 55px !important; + @include respond-to('x-small') { + margin-bottom: 15px !important; + } } .tall-card { @@ -17,6 +23,11 @@ h3 { margin: 15px; + margin-bottom: 45px; +} + +.tall-card h3 { + margin-bottom: 5px; } a { @@ -26,6 +37,7 @@ a { .ingredients { padding: 0px 15px 15px 15px; + margin-bottom: 35px; } .ingredients ul { @@ -35,9 +47,6 @@ a { footer { padding: 15px; position: absolute; - @include respond-to('small') { - position: relative; - } bottom: 0; left: 0; }