From 53886ba80e1e95a058e9c6b393d6f0ce3b6cdf9f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 13 Nov 2023 16:08:39 +0100 Subject: Bumped max-width percentage --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 472b212..d986c71 100644 --- a/docs/style.css +++ b/docs/style.css @@ -78,7 +78,7 @@ a { @media(min-width: 1800px) { .example { flex-flow: row nowrap; - max-width: 35%; + max-width: 45%; } .instructions { -- cgit v1.2.3