Clean up styling on doc content container

This commit is contained in:
hunicus 2022-06-07 22:36:17 -04:00
parent 936964d273
commit 056a9980d6
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
3 changed files with 2 additions and 3 deletions

View File

@ -205,7 +205,6 @@ h3 {
.doc-content {
width: 100%;
margin-top: -20px;
float: unset;
}

View File

@ -34,7 +34,7 @@
</ul>
<div id="main-tab-content" [ngbNavOutlet]="nav" class="mt-2"></div>
<div id="main-tab-content" [ngbNavOutlet]="nav"></div>
<br>

View File

@ -1,6 +1,6 @@
#main-tab-content {
text-align: left;
padding-top: 10px;
padding-top: 1rem;
scroll-behavior: smooth;
}