Comments: fix appearance on tablets
This commit is contained in:
parent
7e7f71bb96
commit
d36351ebb9
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
|
||||
// Mobile: full width
|
||||
@media (max-width: 480px) {
|
||||
@media (max-width: 768px) {
|
||||
& > .comments {
|
||||
flex: 1 0 100%;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue