From ab19ca647aba7e2590a212fdb1acb5c6b42fef41 Mon Sep 17 00:00:00 2001 From: Leandro Date: Mon, 24 Jun 2019 18:09:01 +0800 Subject: [PATCH] Updated --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index cb02859..843cd8a 100644 --- a/css/style.css +++ b/css/style.css @@ -41,7 +41,7 @@ body { h1 { font-family: 'Righteous', 'Lato', sans-serif; - font-size: 2.75rem; + font-size: 2rem; text-align: center; text-transform: uppercase; } @@ -92,7 +92,7 @@ section .container { #dspMap { border: 5px solid #009f9f; border-radius: 20px; - height: 200px; + height: 150px; margin: 0.5rem auto; width: 96%; }