TU-CP18 / cp18-app

0 stars 0 forks source link

Add helper for scaling units #29

Closed nschoen closed 5 years ago

nschoen commented 5 years ago

Description: The app will only be available in portrait mode on smartphone devices. Thus we don't have consider responsiveness much. But smartphones vary quite much in their pixel density resulting in huge differences when using hardcoded pixel sizes for fonts and sizes. Thus it is encouraged to use flexbox or percentage values when possible and use some unit scale helper when pixel units are required (e.g. for font sizes or sometimes for images).

Acceptance criteria:

nschoen commented 5 years ago

Relevant resources:

nschoen commented 5 years ago

Closed for now, does not seem relevant currently