website: adjust button-container behavior based on design feedback (#5613)

This commit is contained in:
RJ Spiker 2018-10-25 14:25:51 -07:00 committed by Chris Hoffman
parent a0cffd4c3f
commit e1bff4b447
1 changed files with 4 additions and 2 deletions

View File

@ -62,10 +62,12 @@
& .button-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: auto -8px -16px;
& > a + a {
margin-left: 16px;
& > * {
margin: auto 8px 16px;
}
}