Skip to content

Commit

Permalink
List cols tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrus committed Aug 17, 2015
1 parent 49fffd9 commit 4aeb175
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/wp-content/themes/pilau-starter/styles/_layout.scss
Expand Up @@ -123,19 +123,16 @@ main {
> li {
float: left;
// Defaults to 2 cols
width: 48.5%;
margin-right: 3%;
width: 45%;
margin-right: 5%;
&:last-child {
margin-bottom: 0 !important;
}
&:last-of-type {
margin-right: 0;
}
}
}
.list-3-cols {
> li {
width: 31.33333333%;
width: 28.3333333%;
}
}
}

0 comments on commit 4aeb175

Please sign in to comment.