add margin to btn-group
This commit is contained in:
parent
b4a15c4118
commit
aaa59c530f
@ -45,12 +45,12 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-group {
|
.btn-group {
|
||||||
margin: 0 auto;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
margin: 20px 0px 20px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-group button {
|
.btn-group button {
|
||||||
|
Loading…
Reference in New Issue
Block a user