mirror of
https://github.com/ianramzy/decentralized-video-chat.git
synced 2024-11-11 04:39:21 +08:00
a55a39d217
* removed unneeded rules * fix landing and newcall pages on mobile * apply prettier --write
28 lines
476 B
CSS
Vendored
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;
|
|
}
|
|
}
|