Calm Business: Fix the cover h2 alignment in the editor

This commit is contained in:
Danny Dudzic 2019-08-06 11:09:27 +02:00
parent 3ca727b9c8
commit ea205052a8
2 changed files with 8 additions and 0 deletions

View file

@ -1197,6 +1197,10 @@ figcaption,
}
}
.wp-block-cover h2 {
text-align: inherit;
}
@media only screen and (min-width: 768px) {
.wp-block-cover {
padding: 1rem 10%;

View file

@ -381,6 +381,10 @@ figcaption,
}
}
h2 {
text-align: inherit;
}
@include media(tablet) {
padding: $size__spacing-unit 10%;
min-height: 620px;