sfbrigade / datasci-earthquake

MIT License
0 stars 1 forks source link

Fix map padding numbers to work correctly at breakpoints #96

Open nickvisut opened 3 days ago

nickvisut commented 3 days ago

Padding numbers may not exactly match spec, causing scrollbars or off-center layout of the map at and between breakpoints.

NOTE: Could be made moot since we may replace map layout with an edge-to-edge one (as per @mjjsf), which would get rid of all padding. Wait for design regarding this to be finalized and proceed on (or close) this accordingly.

_Originally posted by @nickvisut in https://github.com/sfbrigade/datasci-earthquake/pull/88#discussion_r1855299590_

nickvisut commented 3 days ago

Setting this visual issue to blocked pending decision on 1) current centered map design vs 2) new edge-to-edge map design as per @mjjsf