]> git.cworth.org Git - lmno.games/commit
Remove percentage units from grid column sizing
authorCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 01:13:21 +0000 (18:13 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 17 May 2020 01:13:21 +0000 (18:13 -0700)
commit292a396d77b171e8be9d4c170ef12bd3afb9d3e4
tree4bae878fc20e672931df2a5113216c990c233788
parentb944577581fdf4dac936064f48346e400f71d10e
Remove percentage units from grid column sizing

Richard recommends against using percentages here as it can be
surprising which size the percentage is computed against. This usage
of fr and em units should likely do what we want. (Note: We're not
actually exercising this currently, so we'll need to revisit this once
we add any 2-column field inputs.)
style.css