From 354939bee2ebe3025570e0b5659c8797f0b5b00c Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Thu, 12 Dec 2019 12:19:33 +0100 Subject: [PATCH] div#right width:49% should fix issue with mobile --- 10/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10/style.css b/10/style.css index fbfe671..44a721e 100644 --- a/10/style.css +++ b/10/style.css @@ -97,7 +97,7 @@ div#left { div#right { border: none; - width:49.6%; + width:49%; display: inline-block; margin-left: auto; margin-right: 0px;