Merge pull request #5774 from tsiegleauq/los-go-button-layouting
Responsive add-self buttons in list-of-speakers
This commit is contained in:
commit
057e03a82c
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user