fixed list borders on mobile

This commit is contained in:
antelle 2020-12-02 21:01:56 +01:00
parent 00be6f0181
commit 2ed735ad95
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 3 additions and 1 deletions

View File

@ -150,7 +150,9 @@
}
&:not(.list__item--table) {
border-radius: var(--block-border-radius);
@include nomobile {
border-radius: var(--block-border-radius);
}
margin: 0 $small-spacing;
}