Skip to content

Commit

Permalink
https://github.com/cabinetsbay/core/issues/7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 19, 2024
1 parent 2357867 commit 9b36f34
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions view/frontend/web/css/home/_popular.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
> ul > li {
@media screen and (min-width: 681px) {
width: calc(100% / 3);
&:first-of-type, &:nth-child(3n+4) {
padding-left: 0;
padding-right: 1.2em;
}
&:last-of-type, &:nth-child(3n+3) {
padding-right: 0;
padding-left: 1.2em;
}
&:first-of-type, &:nth-child(3n+4) {padding-left: 0; padding-right: 1.2em;}
&:last-of-type, &:nth-child(3n+3) {padding-left: 1.2em; padding-right: 0;}
}
}
> h2 {
Expand Down

0 comments on commit 9b36f34

Please sign in to comment.