From 4e8f78751a842e010a2f7177a5b1d090cba7e317 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 8 Apr 2019 21:06:09 +1000 Subject: [PATCH] cryp boxes spacing --- client/cryps.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/cryps.css b/client/cryps.css index a46bcd6f..b4e60093 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -219,6 +219,7 @@ header { display: flex; flex-flow: row wrap; flex: 1; + justify-content: space-between; } .menu-cryp-ctr { @@ -609,6 +610,10 @@ header { } @media (max-width: 800px) { + h2 { + font-size: 1em; + } + main { flex: 1 1 auto; flex-flow: column;