website: adjust button-container behavior based on design feedback (#5613)
This commit is contained in:
parent
a0cffd4c3f
commit
e1bff4b447
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue