Comments: fix appearance on tablets

This commit is contained in:
Rico Sta. Cruz 2017-09-02 03:52:57 +08:00
parent 7e7f71bb96
commit d36351ebb9
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
} }
// Mobile: full width // Mobile: full width
@media (max-width: 480px) { @media (max-width: 768px) {
& > .comments { & > .comments {
flex: 1 0 100%; flex: 1 0 100%;
width: 100%; width: 100%;