Toheeb / readuse

A simple CSS framework for making Functional Designs
4 stars 0 forks source link

Restrict Line Length of Text Blocks #3

Open Toheeb opened 3 years ago

Toheeb commented 3 years ago

Goal

Limit eye/head twisting when users read text lines.

Since text blocks can grow as much as the device's width that views it. And this will eventually become uncomfortable for users.

Elements

Considerations

Customizable

Opinion

Multimedia like images and videos can grow to fill available width. But restricting them to text length may not be a better choice.

  1. Textual elements in this media may have been optimized for reading length. Restricting them will make those texts appear lesser
  2. Designs may require images within text content to bleed out of the content.

It's best to leave the size of multimedia to the designer.

If Devs need the multimedia to take the width of the text, then wrap each with a paragraph element p