fix: button width

This commit is contained in:
Jannat Patel
2022-02-18 12:44:42 +05:30
parent dc3843087e
commit 894a68823f

View File

@@ -414,6 +414,7 @@ input[type=checkbox] {
.wide-button {
padding: 0.5rem 6rem;
font-weight: 500;
width: inherit;
}
@media (max-width: 768px) {