0
Fork 0
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:
Peter Zimon 2021-12-01 09:44:32 -04:00
parent e9df5b9310
commit a727135800

View file

@ -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;