remove btn-group:after

This commit is contained in:
Arthur Lu
2022-12-19 17:35:55 -08:00
parent a584fa61b9
commit 1a4d32f876
2 changed files with 4 additions and 8 deletions

View File

@@ -60,12 +60,6 @@ p {
border: none;
}
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:hover {
background-color: #008800;
}