Comments: fix appearance on tablets
This commit is contained in:
parent
7e7f71bb96
commit
d36351ebb9
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue