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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user