pressbooks / buckram

Opinionated SCSS components for books (web, EPUB and PDF).
https://buckram.pressbooks.org
GNU General Public License v3.0
4 stars 4 forks source link

fix: use text-sidebar width variable #325

Closed beckej13820 closed 1 year ago

beckej13820 commented 1 year ago

This change adds the variable $textbox-sidebar-max-width to the margin inside. This change should not impact existing themes because the default for the variable is 25% but should be checked. It would only effect a theme that has a value for $textbox-sidebar-max-width which would have previously done nothing.

See issue https://github.com/pressbooks/buckram/issues/327