decentralized-video-chat/public/css/newcall.css
Chaphasilor a55a39d217
Fix landing and newcall pages on mobile (#16)
* removed unneeded rules

* fix landing and newcall pages on mobile

* apply prettier --write
2020-04-12 14:16:51 -04:00

28 lines
476 B
CSS
Vendored

@media (max-width: 640px) {
.section:first-of-type {
min-height: 0;
}
section:first-of-type .hero-inner {
padding-top: 1rem;
padding-bottom: 0;
}
section:first-of-type .hero-inner .split-item {
padding: 0;
}
section:nth-of-type(2) {
margin-top: 2rem;
}
section:nth-of-type(2) .section-inner {
padding-top: 1rem;
padding-bottom: 0.5rem;
}
section:nth-of-type(2) .section-inner .cta-slogan {
margin-bottom: 1rem;
}
}