Skip to content

Commit

Permalink
Arrows on status page will now be hidden on small screens where they …
Browse files Browse the repository at this point in the history
…don't make sense anymore (#561)
  • Loading branch information
jbrunink authored and dennissiemensma committed Dec 6, 2018
1 parent 2e2b30e commit a0ceead
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dsmr_frontend/templates/dsmr_frontend/status.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
</div>

<div class="row text-center">
<div class="row text-center hidden-xs hidden-sm">
<div class="col-md-offset-5 col-md-2">
<i class="fas fa-long-arrow-alt-down fa-3x" aria-hidden="true"></i>
</div>
Expand Down Expand Up @@ -120,7 +120,7 @@
</div>
</div>

<div class="row text-center">
<div class="row text-center hidden-xs hidden-sm">
<div class="col-md-8">
<i class="fas fa-long-arrow-alt-down fa-3x" aria-hidden="true"></i>
</div>
Expand Down Expand Up @@ -205,7 +205,7 @@
</div>
</div>

<div class="row text-center">
<div class="row text-center hidden-xs hidden-sm">
<div class="col-md-4">
<i class="fas fa-long-arrow-alt-down fa-3x" aria-hidden="true"></i>
</div>
Expand Down Expand Up @@ -300,7 +300,7 @@
</div>
</div>

<div class="row text-center">
<div class="row text-center hidden-xs hidden-sm">
<div class="col-md-4">
<i class="fas fa-long-arrow-alt-down fa-3x" aria-hidden="true"></i>
</div>
Expand Down

0 comments on commit a0ceead

Please sign in to comment.