Skip to content

Commit

Permalink
Use col-6 for pool stats
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Nov 15, 2023
1 parent e25edf5 commit d33aa05
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/app/stats-card/stats-card.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<div class="col-sm-6 col-md-3 col-lg-6 col-xxxl-7 small-col-padding">
<div class="col-6 col-sm-6 col-md-3 col-lg-6 col-xxxl-7 small-col-padding">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.current-effort')}}
Expand All @@ -18,7 +18,7 @@
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-6 col-xxxl-7 small-col-padding">
<div class="col-6 col-sm-6 col-md-3 col-lg-6 col-xxxl-7 small-col-padding">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.average-effort')}}
Expand All @@ -37,7 +37,7 @@
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-6 col-xxxl-10 small-col-padding">
<div class="col-12 col-sm-12 col-md-6 col-lg-6 col-xxxl-10 small-col-padding">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.daily-reward')}}
Expand All @@ -56,7 +56,7 @@
</div>
</div>
</div>
<div class="col-sm-6 col-md-2 col-lg-3 col-xxxl-5 small-col-padding order-lg-1 order-xxxl-0">
<div class="col-6 col-sm-6 col-md-2 col-lg-3 col-xxxl-5 small-col-padding order-lg-1 order-xxxl-0">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.farmers')}}
Expand All @@ -69,7 +69,7 @@
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-6 col-xxxl-6 small-col-padding order-lg-0 order-xxxl-1">
<div class="col-6 col-sm-6 col-md-3 col-lg-6 col-xxxl-6 small-col-padding order-lg-0 order-xxxl-1">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.pool-ec')}}
Expand All @@ -82,7 +82,7 @@
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3 col-xxxl-6 small-col-padding order-lg-2">
<div class="col-6 col-sm-6 col-md-3 col-lg-3 col-xxxl-6 small-col-padding order-lg-2">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.height')}}
Expand All @@ -95,7 +95,7 @@
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-6 col-xxxl-7 small-col-padding order-lg-3">
<div class="col-6 col-sm-6 col-md-4 col-lg-6 col-xxxl-7 small-col-padding order-lg-3">
<div class="card">
<div class="card-header card-text-medium card-header-large">
{{snippetService.getSnippet('stats-card-component.network-capacity')}}
Expand Down

0 comments on commit d33aa05

Please sign in to comment.