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.
9 lines
91 B
SCSS
9 lines
91 B
SCSS
#main-tab-content {
|
|
text-align: left;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#footer {
|
|
clear: both;
|
|
}
|