From 4eeee1df648cf3560b8304aca6d632d8882e8d95 Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Wed, 11 Dec 2019 14:21:32 +0100 Subject: [PATCH] width of right pane to 49%: so it does not break on mobile --- 10/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/style.css b/10/style.css index b683bf4..0440dc2 100644 --- a/10/style.css +++ b/10/style.css @@ -99,7 +99,7 @@ div#left { div#right { border: none; - width:50%; + width:49%; display: inline-block; margin-left: auto; margin-right: auto;