recent_topics: Expand width at 767px instead of 700px.

This looks nice and doesn't break anything.
This commit is contained in:
Aman Agrawal 2020-10-31 20:24:00 +05:30 committed by Tim Abbott
parent d074b8b1f0
commit a9be2f4067

View File

@ -11,11 +11,7 @@
display: flex;
flex-direction: column;
@media (max-width: 1130px) {
max-width: 90%;
}
@media (max-width: 700px) {
@media (max-width: $md-max) {
height: 95%;
max-width: none;
width: 90%;