fix docs home page on mobile renders poorly

This commit is contained in:
Arhell 2020-04-05 20:58:16 +03:00
parent d8c50a13f1
commit b6449353e6
No known key found for this signature in database
GPG Key ID: 392F5B9038B303C5
1 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,6 @@
min-height: 152px;
}
.gridPage p {
color: rgb(26,26,26);
margin-left: 0 !important;
@ -289,6 +288,15 @@ section.bullets .content {
}
}
@media screen and (max-width: 768px){
.launch-card {
width: 100%;
margin-bottom: 30px;
padding: 0;
min-height: auto;
}
}
@media screen and (max-width: 640px){
.case-study {
width: 100%;