change button margin - compatible with bigger font size browsers

This commit is contained in:
2023-09-11 07:39:51 +00:00
parent 6869daaf88
commit 814692adeb

View File

@@ -107,7 +107,7 @@ a:hover {
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
padding: 0.875rem 1.25rem; padding: 0.875rem 1.25rem;
margin: 1rem; margin: .25rem;
border-radius: 0.625rem; border-radius: 0.625rem;
cursor: pointer; cursor: pointer;
color: var(--btn-txt-color); color: var(--btn-txt-color);