diff options
-rw-r--r-- | about.html | 4 | ||||
-rw-r--r-- | css/main.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/about.html b/about.html index b1b82f9..7769d22 100644 --- a/about.html +++ b/about.html @@ -29,9 +29,9 @@ links, a lot of redish orange headers, and a few purple headers.</p> theme depending on whether someone is using dark mode or light mode.</p> <h2>Source</h2> -<p>The source code is <a href="http://github.com/porterswanstrom/web">here</a> +<p>The source code is <a href="http://github.com/porterswanstrom/www">here</a> and you can get it with:</p> -<div class="sh">git clone git@github.com:porterswanstrom/web</div> +<div class="sh">git clone git@github.com:porterswanstrom/www</div> </div><div class="foot"> diff --git a/css/main.css b/css/main.css index 2e91c68..6eec4ae 100644 --- a/css/main.css +++ b/css/main.css @@ -42,7 +42,7 @@ img{margin-left:4%;} } .head{ - font:400 1.2em sans; + font:400 120% sans; color:#999000; padding:40pt 20% } @@ -50,7 +50,7 @@ img{margin-left:4%;} .body{padding: 0pt 5% 60pt 5%} .foot{ - font-size: 0.7em; + font-size: 70%; position:absolute; text-align:center; bottom:0; |