Skip to content

Commit

Permalink
Fix responsive issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dulithsenanayake committed Feb 20, 2024
1 parent 3ec1d76 commit 68eba1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1339,4 +1339,10 @@ html .md-typeset .superfences-tabs>label:hover {

.md-main__inner {
margin-top: 0;
}

@media only screen and (min-width: 60em) {
.md-content {
margin-right: 12.1rem;
}
}

0 comments on commit 68eba1e

Please sign in to comment.