mikehadlow / gtr-cof

Interactive music theory dashboard for guitarists. http://guitardashboard.com/
MIT License
327 stars 66 forks source link

right side take more space #59

Closed sugizo closed 3 years ago

sugizo commented 3 years ago

problem when visiting guitardashboard.com right side take more space

screen_shot

thanks

sugizo commented 3 years ago

solution related with svg width on ./docs/index.html

  <div class="content">
    <svg id="chromatic" width="500" height="500"></svg>
    <svg id="modes" width="200" height="500"></svg>
    <svg id="cof" width="500" height="500" ></svg>
    <svg id="gtr" width="1200" height="300" ></svg>
  </div>

thanks