On larger monitors I have a lot of unused space that I would like to utilize for a few tables with a lot of columns.
I identified the class as <main class='max-w-8xl' (from 7xl) > that i need to change if I want to adjust the entire application. But I am not sure where I would change that, nor how I could apply it to specified tables only.
I dont see any published layout files in the STUBs I copied
Actually, in trying to find this myself, it appears the width only goes up to 7xl, so anything else would just be making it full width. Regardless, how do I edit tailwind styles for individual elements?