List Item: Remove dividers for single-column layout on desktop

This commit is contained in:
Alexander Zinchuk 2021-08-19 03:16:29 +03:00
parent 0e9f55ff0b
commit d7fb48ffe4

View File

@ -1,7 +1,7 @@
.ListItem {
position: relative;
@media (max-width: 600px) {
body.is-ios, body.is-android {
&:not(:last-of-type)::after {
content: "";
position: absolute;