Merge pull request #5774 from tsiegleauq/los-go-button-layouting

Responsive add-self buttons in list-of-speakers
This commit is contained in:
Emanuel Schütze 2020-12-15 17:20:54 +01:00 committed by GitHub
commit 057e03a82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -129,11 +129,12 @@
}
.add-self-buttons {
margin: 15px 25px;
display: flex;
margin: 10px 20px;
display: inline-flex;
flex-wrap: wrap;
button + button {
margin-left: 20px;
button {
margin: 5px;
}
}