marcus-grant / markipedia

My personal wikipedia made from zettelkasten notetaking system
GNU Affero General Public License v3.0
1 stars 0 forks source link

Basic Width Breakpoints #38

Closed marcus-grant closed 1 year ago

marcus-grant commented 1 year ago

On looking at the scale of text on a mobile browser, the size of most things is too large on mobile. The margins/padding is also a bit awkward, there should be some small margin or padding around the main layout or article layout because it looks odd when text starts to the immediate left of the edge of the screen. The tailwinds typography documentation & responsive design documentation should have some useful info.

marcus-grant commented 1 year ago

Resolved by adding some basic size modifier classes like sm:prose-sm to 2xl:prose-lg. Once it hits the lg breakpoint it uses one size below in the modifier class. Also applied w-full and overflow-x-auto to fix some wide content issues like code blocks and tables.

marcus-grant commented 1 year ago

Resolved in commit e05765e and issue #39 is there to follow-up on some of the remaining width issues.