diff options
author | Jed Barber <jjbarber@y7mail.com> | 2021-02-04 17:19:53 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2021-02-04 17:19:53 +1100 |
commit | fd021bba1679bede0f7ca92342b9811c02cfc7dd (patch) | |
tree | 29e166375da52f7c6fbf0aafe60b95b6e9e0a964 | |
parent | 120d219023ed1c279cac495a1145466d182f4e37 (diff) |
Font downsizing
-rw-r--r-- | project/assets/css/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project/assets/css/default.css b/project/assets/css/default.css index aff0391..d09c520 100644 --- a/project/assets/css/default.css +++ b/project/assets/css/default.css @@ -6,7 +6,8 @@ body { background-image: url('/img/blue_abstract_triangles_1920x1200.jpg'); margin: 0em auto 0em auto; max-width: 75em; - font: 1.2em/1.62em sans-serif; + /*font: 1.2em/1.62em sans-serif;*/ + font: 1em/1.4em sans-serif; } |