Tweak some styles on portfolio member management

This commit is contained in:
Patrick Smith
2019-02-10 15:40:52 -05:00
parent 257184fab5
commit 5f49c42c4e
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
padding: $gap;
flex-wrap: wrap;
border-top: none;
border-bottom: none;
@media (min-width:1000px) {
flex-wrap: nowrap;
}