View Single Post
Old 03-30-2022, 05:26 PM   #26
phillipgessert
Addict
phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.
 
phillipgessert's Avatar
 
Posts: 318
Karma: 3200000
Join Date: Oct 2015
Location: Madison, WI
Device: Kindle 5th Gen
You shouldn't use fixed units like points or pixels for that, or really anything text-related. It needs to be something that will scale up or down with user-selected font size changes, and those won't.

I think you'll find that the most common unit for text-related stuff is ems, and for most everything else it will be % (width). You'll mainly see fixed units like px for borders and the like.
phillipgessert is offline   Reply With Quote