mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2025-02-23 00:15:04 +08:00
make new call page more compact on mobile
This commit is contained in:
parent
f521f30e92
commit
bfdf5b5513
10
public/css/landing.css
vendored
10
public/css/landing.css
vendored
@ -2326,8 +2326,8 @@ textarea.form-input {
|
|||||||
|
|
||||||
.section-inner {
|
.section-inner {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-top: 48px;
|
padding-top: 0;
|
||||||
padding-bottom: 48px;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-header {
|
.section-header {
|
||||||
@ -2567,12 +2567,12 @@ ul.pricing-item-features-list li {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cta .section-inner {
|
.cta .section-inner {
|
||||||
padding-top: 48px;
|
padding-top: 24px;
|
||||||
padding-bottom: 48px;
|
padding-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cta-slogan {
|
.cta-slogan {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 641px) {
|
@media (min-width: 641px) {
|
||||||
|
2
public/newcall.html
vendored
2
public/newcall.html
vendored
@ -106,7 +106,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="cta-action">
|
<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"
|
<label class="form-label screen-reader" for="input-01"
|
||||||
>This is a label</label
|
>This is a label</label
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user