Fix misplaced closing brace

This commit is contained in:
Mike Arpaia
2016-11-23 13:04:44 -08:00
committed by GitHub
parent df2653e46a
commit 685e3da5e7
@@ -9,11 +9,11 @@
background-color: $white;
padding: $base;
}
}
&__table {
border-collapse: collapse;
color: $text-medium;
font-size: $small;
width: 100%;
}
}
}