Skip to content

Commit a1487b4

Browse files
Merge pull request #357 from Shrutim1505/new
Adjusted Top Alignment in Mobile View #353
2 parents 66d1a7d + d98b0bf commit a1487b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ ul.share li i {
189189
.docs-article-container {
190190
max-width: 100%;
191191
}
192+
@media (max-width: 1200px) {
193+
194+
.container-fluid.docs {
195+
padding-top: 0 !important;
196+
}
197+
}
192198

193199
/*********************************
194200
* Blog list

0 commit comments

Comments
 (0)