diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 783f4a955180a4b6d206529c5e5c57e6ae97827e (patch) | |
tree | cc5392060681da7a3bf99212615dff8db0f0024a /css/main.css | |
parent | center the text on multiple screen sizes (diff) | |
download | w-783f4a955180a4b6d206529c5e5c57e6ae97827e.tar w-783f4a955180a4b6d206529c5e5c57e6ae97827e.tar.gz w-783f4a955180a4b6d206529c5e5c57e6ae97827e.tar.bz2 w-783f4a955180a4b6d206529c5e5c57e6ae97827e.tar.xz w-783f4a955180a4b6d206529c5e5c57e6ae97827e.zip |
mobile font size fix
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |