Open p3k opened 1 year ago
To reproduce:
<a class="btn btn-b btn-sm smooth">btn-sm</a>
btn-sm
→ CodePen
Looks like the desired size for the small button (14px) is overridden by the .btn, h2 selector (2em):
.btn, h2
To reproduce:
<a class="btn btn-b btn-sm smooth">btn-sm</a>
)btn-sm
class→ CodePen
Looks like the desired size for the small button (14px) is overridden by the
.btn, h2
selector (2em):