From d600ae73195a7a1a29c119165e9975ae6477b900 Mon Sep 17 00:00:00 2001 From: Hexalyse Date: Sat, 22 Aug 2015 16:54:37 +0200 Subject: [PATCH] Changed text size of about box for readability --- css/zerobin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/zerobin.css b/css/zerobin.css index 4fd66fbe..20fe7d9d 100644 --- a/css/zerobin.css +++ b/css/zerobin.css @@ -65,7 +65,7 @@ h3 { } #aboutbox { - font-size: 0.85em; + font-size: 1.4em; color: #94a3b4; padding: 4px 8px 4px 16px; position: relative;