style: adjust padding for text button component

This commit is contained in:
itsscb 2025-03-04 23:06:35 +01:00
parent f41c502e37
commit 876920e057

View File

@ -4,7 +4,7 @@ button {
font-size: 1.5rem;
font-weight: bold;
text-align: center;
padding: 1rem 3rem;
padding: 0.8rem 1rem;
border: none;
border-color: var(--primary-background-color);
border-radius: 6px;