vaarn / vaarn.github.io

Vaults of Vaarn System Reference Documentation
https://vaarn.github.io
16 stars 9 forks source link

Constant width tables #5

Closed Gulluth closed 2 years ago

Gulluth commented 3 years ago

Right now the tables are variable width, and so there are various size tables that disrupt the page flow. Convert the tables to constant width using CSS.

960px or percentage based on browser size, I don't know, I need to research current trends.

Gulluth commented 3 years ago

fixed using 'display: table; width: 100%'

Gulluth commented 3 years ago

This was working locally, but does not work when hosted. Reopening to remind myself to look back into this issue.

Gulluth commented 2 years ago

this has been resolved, tables are all constant width.