Merge pull request #19686 from Arhell/fix-docs-home-page
fix docs home page on mobile renders poorly
This commit is contained in:
@@ -23,7 +23,6 @@
|
|||||||
min-height: 152px;
|
min-height: 152px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.gridPage p {
|
.gridPage p {
|
||||||
color: rgb(26,26,26);
|
color: rgb(26,26,26);
|
||||||
margin-left: 0 !important;
|
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){
|
@media screen and (max-width: 640px){
|
||||||
.case-study {
|
.case-study {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user