Merge pull request #19686 from Arhell/fix-docs-home-page

fix docs home page on mobile renders poorly
This commit is contained in:
Kubernetes Prow Robot 2020-04-07 08:21:43 -07:00 committed by GitHub
commit 41acfce52e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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%;