alxkhr / react-d3-travel-blog

A very simple travel blog, made of react and d3.
MIT License
4 stars 1 forks source link

Responsiveness #3

Open alxkhr opened 7 years ago

alxkhr commented 7 years ago

Interaction

The MouseEvents in the world SVG might not work with mobile devices.

Dimensions

Don't use absolute dimensions (world SVG). Consider the pixel density and font-size orientation (em/rem).

Layout

Implement a responsive Layout!