move btn-group margins to instance.css

This commit is contained in:
Arthur Lu 2022-12-15 18:13:17 -08:00
parent 4e568552d7
commit ea596b8258
2 changed files with 4 additions and 1 deletions

View File

@ -26,4 +26,8 @@ hr {
border: none;
border-top: solid white 1px;
margin: 0px;
}
.btn-group {
margin: 14px 0px 14px 0px;
}

View File

@ -50,7 +50,6 @@ p {
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
margin: 20px 0px 20px 0px;
}
.btn-group button {