mempool/frontend/src/app/components/docs/docs.component.scss
hunicus 3d4367f5ca Create skeleton layout for desktop docs nav
This includes switching to a 2-column layout
(1 for nav and 1 for content) and moving footer
links to docs component so floats can be cleared
properly.
2021-12-15 13:17:37 -05:00

9 lines
91 B
SCSS

#main-tab-content {
text-align: left;
padding-top: 10px;
}
#footer {
clear: both;
}