You've already forked Ghost-Theme-Source
Updated default button card styles to support multiline buttons (#43)
* Updated default button card styles to support multiline buttons Ref DES-160 * Center-aligned button text
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2374,7 +2374,11 @@ blockquote.kg-blockquote-alt {
|
|||||||
/* Button */
|
/* Button */
|
||||||
|
|
||||||
.kg-card.kg-button-card .kg-btn {
|
.kg-card.kg-button-card .kg-btn {
|
||||||
|
height: unset;
|
||||||
|
padding: .6em 1.2em;
|
||||||
|
text-align: center;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
|||||||
Reference in New Issue
Block a user