This branch replaces the older breakpoint logic--which relied upon hand-keyed breakpoints in the text column--with breakpoints determined by each breakpoint div's distance from the viewport top (for desktop) or the mid-page mobile controls (for mobile).
The branch also refactors the routed controller logic, removing common functions into one shared js file. Finally, the branch fixes some text column styles.
This branch replaces the older breakpoint logic--which relied upon hand-keyed breakpoints in the text column--with breakpoints determined by each breakpoint div's distance from the viewport top (for desktop) or the mid-page mobile controls (for mobile).
The branch also refactors the routed controller logic, removing common functions into one shared js file. Finally, the branch fixes some text column styles.
Closes #31