From d51b0b0bd692976fa0ed00817d2e654cfc229427 Mon Sep 17 00:00:00 2001 From: luisddm Date: Fri, 7 Dec 2018 21:11:06 +0100 Subject: [PATCH] Add viewport size --- public/stylesheets/style.css | 3 ++- views/index.ejs | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1a87704..182119f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -15,7 +15,8 @@ } body { - font: 16px "NunitoSans", Helvetica, Arial, sans-serif; + font-size: 16px; + font-family: "NunitoSans", Helvetica, Arial, sans-serif; display: flex; justify-content: center; background-color: #222; diff --git a/views/index.ejs b/views/index.ejs index 366c79f..412e5e8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -2,6 +2,9 @@ <%= title %> + + +