From d79f1b2405b78e1ab446749ba4979a301d3b30ff Mon Sep 17 00:00:00 2001 From: ugrnm Date: Fri, 17 Mar 2017 13:54:22 +0100 Subject: [PATCH] fine tuning font scaling --- index.html | 18 +++++++++--------- style.css | 9 +++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 3b484af..57816c8 100644 --- a/index.html +++ b/index.html @@ -11,63 +11,63 @@
-

Special Issue 01

+

Issue 01

2016XXX OP=OP

-

Special Issue 02

+

Issue 02

2017XXX TGC #3

diff --git a/style.css b/style.css index 9e7e71d..d8d469b 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,12 @@ +h1 { + font-size: calc(3vW + 3vH); + text-align: center; +} + +h2 { + font-size: calc(1.5vW + 1.5vH); +} + #container { display: flex; //width: ;