1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 16:09:44 +00:00

Make stats footer collapsible (#21)

Closes #14
This commit is contained in:
Emma 2019-07-09 13:57:41 -06:00 committed by GitHub
parent 8e949d18e4
commit de9f4f1e68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -33,5 +33,5 @@ body {
} }
.above-footer { .above-footer {
padding-bottom: 12rem; padding-bottom: 14rem;
} }

View file

@ -137,6 +137,11 @@
<div class="bg-info text-white"> <div class="bg-info text-white">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col text-right">
<a class="text-white" href="#" data-toggle="collapse" data-target="#statsRow">[ Show/Hide ]</a>
</div>
</div>
<div class="row collapse show" id="statsRow">
<div class="col"> <div class="col">
<dl> <dl>
<dt>Original Gravity</dt> <dt>Original Gravity</dt>