Skip to content

Commit

Permalink
[Site] Fixed Docs Section1/Overview Responsiveness
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Sharma <[email protected]>
  • Loading branch information
NikhilSharma03 committed Aug 11, 2021
1 parent bc99690 commit fd5562a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h5>
</div>
</nav>
</div>
<div class="col-lg-9 container-g">
<div class="col-lg-9 container-g section-content">
{{ foo }}
{{content}}
</div>
Expand Down
16 changes: 16 additions & 0 deletions docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5937,6 +5937,14 @@ div.globalFooterCard.card-environment {
.hero-section-para p{
font-size: 16px;
}
.sidebar{
padding-right: 1rem;
padding-left: 1rem;
}
.section-content ol{
padding-left: 10px;
margin-top: 30px;
}
}

@media screen and (max-width: 450px) {
Expand Down Expand Up @@ -6058,6 +6066,13 @@ margin: 0;
padding-right: 40px !important;
}

.section-content{
padding-left: 40px !important;
margin-top: 30px !important;
margin-bottom: 50px !important;
}


.doc-container{
padding: 10px;
}
Expand All @@ -6073,6 +6088,7 @@ margin: 0;

.sidebar{
font-family: 'Open Sans', sans-serif;
padding-right: 2rem;
}

.sidebar .accordion-body{
Expand Down

0 comments on commit fd5562a

Please sign in to comment.