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; z-index: 10000;
} }
#random > div { #random > div {
margin-top: 2em;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
#random > div > button { #random > div > .btn {
display: flex; margin: 0;
margin: 5px 5px 0 5px; text-align: center;
width: 120px;
}
#random > div > .btn + .btn {
margin-left: 20px;
} }
#filter { #filter {
text-align: center; text-align: center;