KCarlile / guitar-diagrams-js

Open source JavaScript library for drawing guitar chords and scales on an HTML5 canvas.
https://demo.kcarlile.com/guitar-diagrams-js/
GNU General Public License v3.0
0 stars 0 forks source link

Fix responsive column width in demo page for mobile browser #60

Closed KCarlile closed 3 weeks ago

KCarlile commented 2 months ago

Background

When viewing the examples page on a mobile device, it's apparent that the 50/50 columns are not working for that narrow display. See the example screenshot below:

image

Steps to Reproduce

View https://demo.kcarlile.com/guitar-diagrams-js/ on a phone's browser or in a browser with the width set to a mobile size.

Acceptance Criteria

Approach

Notes

KCarlile commented 2 months ago

Using <div class="col-md-6 mb-4">...</div> fixed this.

KCarlile commented 2 months ago

PR into develop: #61 PR into 10-productize-documentation: #62