1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-08 15:43:24 +00:00

(petosorus-random_button) Améliore les espacements des boutons

This commit is contained in:
Antoine
2020-02-11 22:50:16 +01:00
parent a102c7b9e3
commit 561d477e51

View File

@@ -642,14 +642,19 @@ noscript p {
z-index: 10000;
}
#random > div {
margin-top: 2em;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
#random > div > button {
display: flex;
margin: 5px 5px 0 5px;
#random > div > .btn {
margin: 0;
text-align: center;
width: 120px;
}
#random > div > .btn + .btn {
margin-left: 20px;
}
#filter {
text-align: center;