Browse Source

Update index.html

MAde homepage a little more mobile friendly
fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
9620d305e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 53
      LNbits/templates/index.html

53
LNbits/templates/index.html

@ -26,7 +26,33 @@
<!-- Main content --> <!-- Main content -->
<section class="content"> <section class="content">
<div class="row"> <div class="row">
<div class="col-md-4"> <div class="col-md-3">
<!-- Default box -->
<div class="box">
<div class="box-header">
<h1>
<small>Make a wallet</small>
</h1>
<div class="form-group">
<input
type="text"
class="form-control"
id="walname"
placeholder="Name your LNBits wallet"
required
/>
</div>
<button type="button" class="btn btn-primary" onclick="newwallet()">
Submit
</button>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
</div>
<div class="row">
<div class="col-md-6">
<!-- Default box --> <!-- Default box -->
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
@ -59,31 +85,6 @@
</div> </div>
<!-- /.box --> <!-- /.box -->
</div> </div>
<div class="col-md-4">
<!-- Default box -->
<div class="box">
<div class="box-header">
<h1>
<small>Make a wallet</small>
</h1>
<div class="form-group">
<input
type="text"
class="form-control"
id="walname"
placeholder="Name your LNBits wallet"
required
/>
</div>
<button type="button" class="btn btn-primary" onclick="newwallet()">
Submit
</button>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
</div> </div>
</section> </section>
<!-- /.content --> <!-- /.content -->

Loading…
Cancel
Save