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:
parent
99d1b2dd17
commit
1cea04adc0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue