make new call page more compact on mobile

This commit is contained in:
Chaphasilor 2020-04-11 22:31:15 +02:00 committed by Ian Ramzy
parent f521f30e92
commit bfdf5b5513
2 changed files with 6 additions and 6 deletions

View File

@ -2326,8 +2326,8 @@ textarea.form-input {
.section-inner {
position: relative;
padding-top: 48px;
padding-bottom: 48px;
padding-top: 0;
padding-bottom: 0;
}
.section-header {
@ -2567,12 +2567,12 @@ ul.pricing-item-features-list li {
}
.cta .section-inner {
padding-top: 48px;
padding-bottom: 48px;
padding-top: 24px;
padding-bottom: 24px;
}
.cta-slogan {
margin-bottom: 40px;
margin-bottom: 15px;
}
@media (min-width: 641px) {

2
public/newcall.html vendored
View File

@ -106,7 +106,7 @@
</h3>
</div>
<div class="cta-action">
<div class="mb-24" style="margin-top: 30px;">
<div class="mb-24">
<label class="form-label screen-reader" for="input-01"
>This is a label</label
>