From ac753973834d37220af0e28a17b01c6681bcc300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ferrand?= Date: Fri, 19 May 2017 23:17:06 +0200 Subject: [PATCH] changed font-size to 'em' instead of 'px' --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 2cb460b..3d821d1 100644 --- a/css/main.css +++ b/css/main.css @@ -40,7 +40,7 @@ body { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-sizing: border-box; display: none; - font-size: 10pt; + font-size: 0.9em; left: 50%; min-width: 400px; padding: 20px;