Added font-size: 14px to html to better use rem. Doesn’t seem to have a negative affect anything.
Removed body-container class as it doesn’t seem useful.
Changed the column logic to the parent template (base.html) to manage them from a single place.
Created a new set of rules and system for the sidebar-left.
Created a new set of rules and system for the sidebar-right.
Broke the sidebar-right in two to make columns for better use of space in 576-992px devices.
Created a set of rules for the title in an item to allow for a label to be placed next to it. It’d be nice to make a little better arrangement, but it works pretty good for now.
font-size: 14px
to html to better userem
. Doesn’t seem to have a negative affect anything.body-container
class as it doesn’t seem useful.base.html
) to manage them from a single place.sidebar-left
.sidebar-right
.sidebar-right
in two to make columns for better use of space in 576-992px devices.