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 {
|
.add-self-buttons {
|
||||||
margin: 15px 25px;
|
margin: 10px 20px;
|
||||||
display: flex;
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
button + button {
|
button {
|
||||||
margin-left: 20px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user