fix(css): responsive footer
Anirudh icyph0x@pm.me
Fri, 17 Aug 2018 01:30:33 +0530
1 files changed,
3 insertions(+),
2 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -14,7 +14,8 @@ font-weight: normal;
font-style: italic; } -html { color: #fff; +html { + color: #fff; background: #021012; }@@ -40,7 +41,7 @@ .footer {
font-family: 'operator', monospace; bottom: 20px; font-size: 16px; - position: absolute; + position: fixed; width: 100%; text-align: center; margin-bottom: 20px;