0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated button styles to use relative sizings

This commit is contained in:
Peter Zimon 2021-12-09 11:49:49 +01:00
parent af8387d1f4
commit 4d59c7a694

View file

@ -14,10 +14,10 @@ a.kg-btn {
display: flex;
position: static;
align-items: center;
padding: 0 2.0rem;
height: 4.0rem;
line-height: 4.0rem;
font-size: 1.65rem;
padding: 0 1.2em;
height: 2.4em;
line-height: 1em;
font-size: 0.95em;
font-weight: 600;
text-decoration: none;
border-radius: 5px;