0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fix overly tiny text

This commit is contained in:
John O'Nolan 2014-09-23 13:04:37 +03:00 committed by Hannah Wolfe
parent 99d1b2dd17
commit 1cea04adc0

View file

@ -92,7 +92,7 @@
.btn { .btn {
width: 100%; width: 100%;
display: block; display: block;
font-size: 0.9rem; font-size: 1rem;
padding-top: 9px; padding-top: 9px;
padding-bottom: 9px; padding-bottom: 9px;
min-height: 32px; min-height: 32px;