Skip to content

Commit 41acfce

Browse files
authored
Merge pull request #19686 from Arhell/fix-docs-home-page
fix docs home page on mobile renders poorly
2 parents 85d4c2d + b644935 commit 41acfce

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

static/css/gridpage.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
min-height: 152px;
2424
}
2525

26-
2726
.gridPage p {
2827
color: rgb(26,26,26);
2928
margin-left: 0 !important;
@@ -289,6 +288,15 @@ section.bullets .content {
289288
}
290289
}
291290

291+
@media screen and (max-width: 768px){
292+
.launch-card {
293+
width: 100%;
294+
margin-bottom: 30px;
295+
padding: 0;
296+
min-height: auto;
297+
}
298+
}
299+
292300
@media screen and (max-width: 640px){
293301
.case-study {
294302
width: 100%;

0 commit comments

Comments
 (0)