refactor: minor css updates
Anirudh icyph0x@pm.me
Sun, 24 Jun 2018 22:32:07 +0530
4 files changed,
6 insertions(+),
5 deletions(-)
M
about/index.html
→
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
contact/index.html
→
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
index.html
→
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
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 }