all repos — site @ b28049e470096e07291bb5077165021314e78722

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

b28049e470096e07291bb5077165021314e78722

parent

9578316fe9192b513079904f593e4c27cf0a4809

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

jump to
M about/index.htmlabout/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 contact/index.htmlcontact/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 index.htmlindex.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 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 }