From 28344a0d644e35f76eee598d355f9f11b167be21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyrille=20M=C3=A9dard=20de=20Chardon?= Date: Sun, 21 Sep 2014 17:56:55 +0200 Subject: [PATCH] Text scales with screen size --- css/level2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/level2.css b/css/level2.css index ab26c91..c771391 100644 --- a/css/level2.css +++ b/css/level2.css @@ -75,6 +75,7 @@ h1, h2, h3, h4, h5, h6 { .logo { text-align: center; font-size: 4em; + font-size: 9vmin; } .open { @@ -90,6 +91,9 @@ h1, h2, h3, h4, h5, h6 { text-align: center; color: #fff; font-size: 2em; + font-size: 4vmin; + width: 100%; + height: 100%; } .status h1 {