mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Clean up styling on doc content container
This commit is contained in:
parent
936964d273
commit
056a9980d6
@ -205,7 +205,6 @@ h3 {
|
||||
|
||||
.doc-content {
|
||||
width: 100%;
|
||||
margin-top: -20px;
|
||||
float: unset;
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#main-tab-content {
|
||||
text-align: left;
|
||||
padding-top: 10px;
|
||||
padding-top: 1rem;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user