clayh53 / tufte-jekyll

Minimal Jekyll blog styled to resemble the look and layout of Edward Tufte's books
MIT License
620 stars 206 forks source link

RTL places the text at the far end of the margin #68

Open alexnils opened 4 years ago

alexnils commented 4 years ago

On the Minima theme, I make my text go from right-to-left by using HTML:

<div dir="rtl"> </div>

With this theme, however, the RTL text is placed at the far end of the "notes marginal" instead of right side of the usual text area.

Any way to circumvent / fix this?