Skip to content
Snippets Groups Projects
Commit 0f54e950 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-4695: fixing h2 centering for banners

parent 83c0fe3e
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!56Feature/istwcms 4695 ebremner theme banners
...@@ -2956,6 +2956,9 @@ ul.toolbar-menu { ...@@ -2956,6 +2956,9 @@ ul.toolbar-menu {
.card.banner .card__header .sub-title { .card.banner .card__header .sub-title {
color: #fff; } color: #fff; }
.card.banner .card__header h2 {
margin: 0; }
.block { .block {
margin-bottom: 1rem; } margin-bottom: 1rem; }
......
...@@ -13,5 +13,9 @@ ...@@ -13,5 +13,9 @@
.sub-title { .sub-title {
color: $uw-white; color: $uw-white;
} }
h2 {
margin: 0;
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment