mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -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 {
|
||||
width: 100%;
|
||||
display: block;
|
||||
font-size: 0.9rem;
|
||||
font-size: 1rem;
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px;
|
||||
min-height: 32px;
|
||||
|
@ -243,4 +243,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
} // .about-copyright
|
||||
} // .about-copyright
|
||||
|
|
Loading…
Add table
Reference in a new issue