This commit is contained in:
Jeremy Thomas
2017-09-18 23:36:41 +01:00
parent 63bac2c775
commit 2315388413
5 changed files with 21 additions and 1 deletions

View File

@@ -5089,6 +5089,12 @@ a.tag:hover {
padding: 0.75rem;
}
.card-header-title.is-centered {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.card-header-icon {
-webkit-box-align: center;
-ms-flex-align: center;