From 8b900f3f335f861f0e00dd113ecc1a740bb71578 Mon Sep 17 00:00:00 2001 From: Adrian Roselli Date: Tue, 4 Oct 2016 16:58:47 -0400 Subject: [PATCH] Consistency across viewports Some people just want to watch the world burn. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c049017..ac7389d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Just edit the lines marked 'edit me!' to your requirements and write an HTML str ## The CSS ```css +body { + font-size: 1.5vw; +} + .fukol-grid { display: flex; /* 1 */ flex-wrap: wrap; /* 2 */