From ad9d3aacd0034ab89bba2acf6c2bf06c4b0afdf2 Mon Sep 17 00:00:00 2001 From: Guus van Meerveld <57101832+Guusvanmeerveld@users.noreply.github.com> Date: Wed, 27 Nov 2019 13:37:24 +0100 Subject: [PATCH] Removed iframe border on playground --- playground/css.css | 1 + 1 file changed, 1 insertion(+) diff --git a/playground/css.css b/playground/css.css index 6c4c3dd..84ee63a 100644 --- a/playground/css.css +++ b/playground/css.css @@ -44,6 +44,7 @@ #htmlOutput { background-color: white; height: 100%; + border: 0; width: 50%; } @media screen and (min-width:0px) and (max-width:1079px) {