From 5f8490d8e2853bbaf765191ecef8ee4ac1c36a69 Mon Sep 17 00:00:00 2001 From: ntr Date: Sun, 31 Mar 2019 14:04:05 +1100 Subject: [PATCH] moar --- html-client/cryps.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html-client/cryps.css b/html-client/cryps.css index 9acd135a..275e03cb 100755 --- a/html-client/cryps.css +++ b/html-client/cryps.css @@ -204,7 +204,8 @@ button:hover { /* CRYP BOX */ .cryp-box { display: flex; - flex-wrap: wrap; + flex-flow: row wrap; + justify-content: center; /* this controls the size of the box as it fills the whole container