@@ -29,9 +29,9 @@ @media screen and (max-width: 1000px) { grid-template-columns: 100%; - grid-template-rows: 100% 100%; + grid-template-rows: max-content 100%; padding-right: unset; - padding-top: 20px; + padding-top: 10px; } &__chats { @@ -57,6 +57,7 @@ @media screen and (max-width: 1000px) { grid-row: unset; + height: max-content; } } }