From 4202283ffb1c5e37659e7fc352415e241c5250d7 Mon Sep 17 00:00:00 2001 From: Daniel Childs Date: Wed, 4 Jul 2018 11:57:18 +0100 Subject: [PATCH] increases font sizes on home.css --- client/src/main/components/public/Home.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/main/components/public/Home.css b/client/src/main/components/public/Home.css index 7dd9b7ec..ec21b1df 100644 --- a/client/src/main/components/public/Home.css +++ b/client/src/main/components/public/Home.css @@ -8,13 +8,14 @@ body { h3 { display: flex; justify-content: left; + font-size: 30px; /* text-align: left; */ } h2 { display: flex; justify-content: left; - /* text-align: left; */ + font-size: 46px; } #rules { @@ -33,6 +34,7 @@ h2 { align-items: center; height: 80%; width: 100%; + font-size: 20px; } #play-now-div { @@ -46,6 +48,6 @@ h2 { height: 75px; width: 100px; background-color: white; - font-size: 16px; + font-size: 20px; color: darkgreen; }