Merge pull request #19686 from Arhell/fix-docs-home-page
fix docs home page on mobile renders poorly
This commit is contained in:
commit
41acfce52e
|
@ -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%;
|
||||
|
|
Loading…
Reference in New Issue