all repos — site @ 07a56ec09d91e2ca148677cdc96a539fb5168da4

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

07a56ec09d91e2ca148677cdc96a539fb5168da4

parent

1c03e66fa395666fd20f94d4da45b16ca319088b

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
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;