adapt css classes to new name

This commit is contained in:
Matthias Kretschmann 2015-12-12 15:52:26 +01:00
parent 79e107fe2e
commit e0d4ce3f80
2 changed files with 2 additions and 2 deletions

View File

@ -887,7 +887,7 @@ header + .chevron-divider {
}
}
}
.sign-up {
.cta {
padding: 240px 0 210px;
text-align: center;
background-size: cover;

View File

@ -302,7 +302,7 @@ class Subtemplate {
$backgroundImg = get_sub_field('image')['url'];
$result = "<section class='subtemplate sign-up' style='background-image: url({$backgroundImg})'>
$result = "<section class='subtemplate cta' style='background-image: url({$backgroundImg})'>
<div class='centered-content'>
<h1>{$ctaTitle}</h1>
<div><a href='{$ctaLink}' class='button blue-overPic'>{$ctaText}</a></div>