From d41aa333f8ac26fd3a73b245938437d6c040fc3d Mon Sep 17 00:00:00 2001 From: Will Baumbach Date: Tue, 21 Apr 2020 22:53:22 -0400 Subject: [PATCH] fixing mobile view --- src/app/components/main/main.component.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/components/main/main.component.css b/src/app/components/main/main.component.css index 0e5c33d..f10dd8d 100644 --- a/src/app/components/main/main.component.css +++ b/src/app/components/main/main.component.css @@ -13,4 +13,11 @@ .sticky-card { max-height: 50%; width: 100%; +} +@media only screen and (max-width: 600px) { + .sticky-card { + max-height: 65%; + width: 100%; + margin-bottom: 36px; + } } \ No newline at end of file