Improve install button layout on narrow screens

This allows the button container to add line breaks between the
buttons when necessary.
This commit is contained in:
Jonas Schäfer
2021-03-20 16:19:25 +01:00
parent 885db355ab
commit a6b67b3fdd

View File

@@ -54,6 +54,8 @@ div.install-buttons {
ul {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
list-style-type: none;
margin: $w-l1 0;
padding: 0;