mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -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;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-button-card.kg-align-left {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
a.kg-btn {
|
a.kg-btn {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: static;
|
position: static;
|
||||||
|
|
Loading…
Add table
Reference in a new issue