all repos — site @ a9ecfd7df0a82be15cd8cb418cffbeec5225848a

source for my site, found at icyphox.sh

refactor: minor css updates
Anirudh icyph0x@pm.me
Sun, 24 Jun 2018 22:32:07 +0530
commit

a9ecfd7df0a82be15cd8cb418cffbeec5225848a

parent

9c8a6c23b3e748703287567a9d64fb054814ecca

M build/about/index.htmlbuild/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.htmlbuild/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.htmlbuild/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.cssbuild/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.pyconfig.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.cssstatic/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.htmltemplates/index.html

@@ -15,10 +15,10 @@

<body> {{ body }} </div> -<hr /> </body> <footer class="footer"> +<hr /> {{ footer }} <p> {{ author }} </p> <footer>