mckabue commited on
Commit
8d57283
·
1 Parent(s): b571955

Update layout for test playlist loading section; enable flex-wrap for better responsiveness

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -47,7 +47,7 @@
47
  </div>
48
 
49
  <div class="row mt-2 justify-content-center">
50
- <div class="col-md-6 d-flex justify-content-around">
51
  <a id="load-test-playlist" class="btn btn-warning btn-sm fst-italic">
52
  click here to load test playlist
53
  </a>
 
47
  </div>
48
 
49
  <div class="row mt-2 justify-content-center">
50
+ <div class="col-md-6 d-flex justify-content-around flex-wrap">
51
  <a id="load-test-playlist" class="btn btn-warning btn-sm fst-italic">
52
  click here to load test playlist
53
  </a>