From 6175a9ad11b79a337d764a1029f6ad6835dd3c9b Mon Sep 17 00:00:00 2001 From: Imanoel Ali Date: Thu, 17 Jan 2019 11:42:01 +0330 Subject: [PATCH] change choice font size --- assets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles.css b/assets/styles.css index 38632e1..9a0f6c1 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -76,7 +76,7 @@ a { text-decoration: none; text-shadow: 0px 0px 10px #000; animation: choices 3s forwards; - font-size: 4em; + font-size: 2em; /* display: block; */ /* margin: 50%; */ display: table-cell;