Fix floating sidebar module
For some reason, having `<main role="main">` in the was causing the first sidebar
module to float.
This commit removes the <main> element from the default single.html and
index.html layouts to fix the sidebar issue.
Since there were some table styles applied to .main, they were changed
to not require .main.
Signed-off-by:
Ethan Madison <ethan@ethanmad.com>
Please register or sign in to comment