commit 4450f06d50df21dca916c7fc9e83c3a089c6d90e
parent 4eda62456740461f378ac5350e35f0f6b56021f9
Author: Joris Vink <joris@coders.se>
Date: Wed, 25 Apr 2018 18:20:53 +0200
reduce font-size a tiny bit.
Diffstat:
assets/style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assets/style.css b/assets/style.css
@@ -9,7 +9,7 @@ body {
margin-left: auto;
margin-right: auto;
width: 600px;
- font-size: 18px;
+ font-size: 16px;
background-color: #101010;
color: #fff;
}