refactor: minor css updates
Anirudh icyph0x@pm.me
Sun, 24 Jun 2018 22:32:07 +0530
7 files changed,
10 insertions(+),
8 deletions(-)
M
build/about/index.html
→
build/about/index.html
@@ -50,6 +50,6 @@ </body>
<footer class="footer"> <hr /> - <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>.</small> + Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. <p> </p> <footer>
M
build/contact/index.html
→
build/contact/index.html
@@ -21,6 +21,6 @@ </body>
<footer class="footer"> <hr /> - <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>.</small> + Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. <p> </p> <footer>
M
build/index.html
→
build/index.html
@@ -21,10 +21,10 @@
<p>More about me, <a href="/about">here</a>.</p> </div> -<hr /> </body> <footer class="footer"> - <small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>.</small> +<hr /> + Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site's <a href="https://github.com/icyphox/site">source</a>. <p> </p> <footer>
M
build/static/responsive.css
→
build/static/responsive.css
@@ -13,7 +13,8 @@ @media (min-width:960px) { body {font-size:120%;} }
@media (min-width:1100px) { body {font-size:120%;} } .footer { - position: absolute; + position: relative; bottom: 0; + width: auto }
M
config.py
→
config.py
@@ -3,5 +3,5 @@
title = 'icyphox' author = '' header = '<a href="/">home</a> <a href="/gpg.txt">gpg</a> <a href="/about">about</a> <a href="/contact">contact</a>' -footer = '<small align="center">Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site\'s <a href="https://github.com/icyphox/site">source</a>.</small>' +footer = 'Built using <a href="https://github.com/icyphox/vite">Vite</a>. View this site\'s <a href="https://github.com/icyphox/site">source</a>.' template = 'index.html' # default is index.html
M
static/responsive.css
→
static/responsive.css
@@ -13,7 +13,8 @@ @media (min-width:960px) { body {font-size:120%;} }
@media (min-width:1100px) { body {font-size:120%;} } .footer { - position: absolute; + position: relative; bottom: 0; + width: auto }
M
templates/index.html
→
templates/index.html
@@ -15,10 +15,10 @@
<body> {{ body }} </div> -<hr /> </body> <footer class="footer"> +<hr /> {{ footer }} <p> {{ author }} </p> <footer>