diff --git a/breccia_mapper/static/css/global.css b/breccia_mapper/static/css/global.css index 4990a4d..bacc0ee 100644 --- a/breccia_mapper/static/css/global.css +++ b/breccia_mapper/static/css/global.css @@ -18,4 +18,11 @@ body { line-height: 60px; flex-shrink: 0; } + +.footer .container { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-between; +} /* end of sticky footer styles */ diff --git a/breccia_mapper/templates/base.html b/breccia_mapper/templates/base.html index 1f90029..a7ef1fc 100755 --- a/breccia_mapper/templates/base.html +++ b/breccia_mapper/templates/base.html @@ -214,6 +214,7 @@