diff --git a/css/main.css b/css/main.css index e53b36b58..942f143a0 100644 --- a/css/main.css +++ b/css/main.css @@ -17,6 +17,10 @@ html, body {height: 100%;} overflow:auto; padding-bottom: 91px;} /* must be same height as the footer */ +.main-home { + padding-bottom: 28px !important; +} + #footer { position: fixed; margin-top: -96px; /* negative value of footer height */ @@ -28,6 +32,12 @@ html, body {height: 100%;} z-index: 100; } +.footer-home { + position: relative !important; + margin-top: -28px !important; + height: 28px !important; +} + .bottom-copay { width: 80px; text-align: center; @@ -196,7 +206,7 @@ span.panel-res { .line-dashed { border-top: 2px dashed #ccc; - margin: 3rem 0; + margin: 1rem 0; padding: 1rem 0; } diff --git a/index.html b/index.html index 1aa576fdb..565e3d79f 100644 --- a/index.html +++ b/index.html @@ -95,14 +95,20 @@ -
+
-