mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Updateed Button styles to support alignment
This commit is contained in:
parent
e9df5b9310
commit
a727135800
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
.kg-button-card.kg-align-left {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
a.kg-btn {
|
||||
display: flex;
|
||||
position: static;
|
||||
|
|
Loading…
Add table
Reference in a new issue