Skip to content

Commit

Permalink
box width
Browse files Browse the repository at this point in the history
  • Loading branch information
sacjoshi committed Feb 19, 2025
1 parent 4255b69 commit 0188939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yards-of-dirt-calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-md-6">
<div class="col-md-8">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Dirt Calculator Input</h3>
<h3 class="box-title">Dirt Calculator</h3>
</div>
<div class="box-body">
<!-- Length Input -->
Expand Down Expand Up @@ -120,7 +120,7 @@ <h3 class="box-title">Dirt Calculator Input</h3>
</div>
</div>
</div>
<div class="col-md-6">
<div class="col-md-4">
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Results</h3>
Expand Down

0 comments on commit 0188939

Please sign in to comment.