table and pre tags generate some wide content that needs to overflow. Right now the main layout just places the w-full & overflow-x-auto tags to the whole page. This causes some alignment and scrolling awkwardness. It's better if the tags that cause the problems got them instead. Right now I only see table & pre tags causing the problem so those classes should probably get added by 11ty as the markdown is parsed. Find out if that's possible and fix it, or find another solution.
table
andpre
tags generate some wide content that needs to overflow. Right now the main layout just places thew-full
&overflow-x-auto
tags to the whole page. This causes some alignment and scrolling awkwardness. It's better if the tags that cause the problems got them instead. Right now I only seetable
&pre
tags causing the problem so those classes should probably get added by 11ty as the markdown is parsed. Find out if that's possible and fix it, or find another solution.