From 783f4a955180a4b6d206529c5e5c57e6ae97827e Mon Sep 17 00:00:00 2001 From: ​ Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: mobile font size fix --- about.html | 4 ++-- 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.

theme depending on whether someone is using dark mode or light mode.

Source

-

The source code is here +

The source code is here and you can get it with:

-
git clone git@github.com:porterswanstrom/web
+
git clone git@github.com:porterswanstrom/www
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; -- cgit 1.4.1