fix border

This commit is contained in:
Brittany Chiang
2017-07-18 20:29:45 -07:00
parent 1a3604f6a8
commit 9af2311069
5 changed files with 215 additions and 214 deletions

View File

@@ -57,8 +57,8 @@
@include MQ(SM) {
padding: 20px 0;
}
&:nth-of-type(odd) {
border-right: 1px solid $whiteRGBA;
&:nth-of-type(even) {
border-left: 1px solid $whiteRGBA;
@include MQ(S660) {
border: none;
}