sanctuarycomputer / negative

4 stars 1 forks source link

Globe Sizing Limits: 768+++ #46

Closed brendonsanctuary closed 4 years ago

brendonsanctuary commented 4 years ago

Just tweaking the minimum and maximum widths when stuff starts to get too weird with that globe.

Conditions by breakpoint:

0 - 768 max-width:500px; width:90vw;

768 -1280 width:55vw; min-width:500px; max-width: 700px;

1280++ width: 45vw; max-width:900px; min-width:650px;