move btn-group margins to instance.css
This commit is contained in:
parent
4e568552d7
commit
ea596b8258
@ -27,3 +27,7 @@ hr {
|
||||
border-top: solid white 1px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
margin: 14px 0px 14px 0px;
|
||||
}
|
@ -50,7 +50,6 @@ p {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
margin: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
.btn-group button {
|
||||
|
Loading…
Reference in New Issue
Block a user