Skip to content

Commit

Permalink
Fix margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
benbjohnson committed Dec 21, 2020
1 parent 81f3b90 commit ab36416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions http/html/dial.view.ego
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ func (tmpl *DialViewTemplate) Render(ctx context.Context, w io.Writer) {

<ego:Flash/>

<div class="row mb-3">
<div class="col-md-8">
<div class="row">
<div class="col-md-8 mb-3">
<div class="card h-100">
<div class="card-header bg-light">
<h5>Overall WTF Level</h5>
Expand All @@ -66,7 +66,7 @@ func (tmpl *DialViewTemplate) Render(ctx context.Context, w io.Writer) {
</div>
</div>

<div class="col-md-4">
<div class="col-md-4 mb-3">
<div class="card h-100">
<div class="card-header bg-light">
<div class="row align-items-center">
Expand Down

0 comments on commit ab36416

Please sign in to comment.