Skip to content

Commit

Permalink
remove padding on the right when on screen xs or smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Oct 27, 2020
1 parent ef73dd4 commit cecf6cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site-styles/pages/main.less
Expand Up @@ -89,6 +89,12 @@
}
.whynix {
#columns(3, @spacing: @gutter*2);

#screen-xs-max({
& > * {
padding-right: 0;
}
});
}
}

Expand Down

0 comments on commit cecf6cb

Please sign in to comment.