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