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