From cc248ea27c642e7e27b387299ea9fc38fff43ec5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sat, 22 Dec 2018 18:07:37 +0000 Subject: [PATCH] Tweak example styles for small windows --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2cb031d..b7770b0 100644 --- a/style.css +++ b/style.css @@ -162,10 +162,12 @@ div.frontpage_code_examples { max-width: 100%; display: flex; flex-direction:row; + flex-wrap: wrap; + justify-content: center; } div.frontpage_code_examples > div { - width: 50%; + min-width: 24rem; } a, a:visited {