feat(css): 💄 center text in buttons
This commit is contained in:
parent
945f1ff939
commit
21f5009b7a
|
@ -146,6 +146,7 @@ input[type='checkbox'] {
|
|||
transition: all var(--_transition-delay) ease;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cta:hover,
|
||||
|
|
Loading…
Reference in a new issue