Skip to content

Commit

Permalink
hotfix change width of average score column on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
stejes committed Sep 17, 2018
1 parent 54c08a3 commit a675dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/dashboard/dashboard.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<p>{% trans %}Dashboard.welcome{% endtrans %}</p>

<div class="row justify-content-between">
<div class="col-sm-6 col-lg-4">
<div class="col-md-6 col-lg-4">
<div class="card text-center mb-4">
<div class="card-header">
<h3 class="card-title">{% trans %}Dashboard.ratio.title{% endtrans %}</h3>
Expand Down Expand Up @@ -97,7 +97,7 @@


</div>
<div class="col-sm-6 col-lg-4">
<div class="col-md-6 col-lg-4">
<!-- ADD SECOND COL CONTENT HERE -->
</div>
</div>
Expand Down

0 comments on commit a675dae

Please sign in to comment.