all repos — site @ 1345ab5aaa93d9e8241ef1715c96bba973014249

source for my site, found at icyphox.sh

fix(css): responsive footer
Anirudh icyph0x@pm.me
Fri, 17 Aug 2018 01:30:33 +0530
commit

1345ab5aaa93d9e8241ef1715c96bba973014249

parent

4ef313b49f0723133ca8abaabcf76b95d7b725f3

2 files changed, 6 insertions(+), 4 deletions(-)

jump to
M build/static/style.cssbuild/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;
M static/style.cssstatic/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;