diff --git a/app/assets/stylesheets/home.scss b/app/assets/stylesheets/home.scss index 529341cc1b..6ea8576dd2 100644 --- a/app/assets/stylesheets/home.scss +++ b/app/assets/stylesheets/home.scss @@ -49,6 +49,11 @@ } //breakpoints +@media (max-width: 990px){ + .home-main-content{ + width: 345px; + } +} @media (max-width: 768px) { .home-main-content { margin-bottom: 30px;