diff --git a/assets/css/stylesheet.css b/assets/css/stylesheet.css index f55c79a..7084b04 100644 --- a/assets/css/stylesheet.css +++ b/assets/css/stylesheet.css @@ -1,8 +1,28 @@ +html, body { + width: 100%; + height: 100%; +} nav a { color: #fff; margin: 0 10px; text-decoration: none; } +body { + display: flex; + flex-direction: column; +} +footer { + display: block; + margin-top: auto; + text-align: center; + padding: 20px 0; +} +footer a { + font-size: 0.8rem; + color: #999; + text-decoration: none; +} + .secure-field * { box-sizing: border-box; } diff --git a/pciproxy-examples/account.html b/pciproxy-examples/account.html index 63debf1..0e268e1 100644 --- a/pciproxy-examples/account.html +++ b/pciproxy-examples/account.html @@ -60,6 +60,9 @@
+