opendevstack / opendevstack.github.io

Website for the OpenDevStack Project - getting started, troubleshooting guide, etc.
Apache License 2.0
1 stars 13 forks source link

Main index html banner is not mobile responsive #89

Open clemensutschig opened 5 years ago

clemensutschig commented 5 years ago

Screenshot_20190326-081842_Chrome

Is taken on a mobile Chrome on android @rattermeyer / @tjaeschke - fyi ...

the code is pretty interesting to me ...

      <div class="btn-group btn-group-lg pb-0" role="group">
             *<a href*="{{site.baseurl}}/doc/getting-started" class="btn btn-primary">Installation Guide</a>
             *<a href*="https://github.com/opendevstack" class="btn btn-primary">Visit our repository</a>
      </div>

could we just introduce flex-wrap: wrap; - based on https://stackoverflow.com/questions/41625258/button-group-not-wrapping-when-too-long

clemensutschig commented 5 years ago

Screenshot_20190331-121304_Chrome