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

View file

@ -6,6 +6,10 @@
justify-content: center;
}
.kg-button-card.kg-align-left {
justify-content: flex-start;
}
a.kg-btn {
display: flex;
position: static;