From c5a6d96a62c3900f89d7be072c838388f775d995 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sat, 2 Sep 2017 14:11:21 -0700 Subject: [PATCH] Remove padding from terminal, not support atm --- demo/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/demo/style.css b/demo/style.css index ee00eca0..1ab5f61c 100644 --- a/demo/style.css +++ b/demo/style.css @@ -14,7 +14,3 @@ h1 { margin: 0 auto; padding: 2px; } - -#terminal-container .terminal { - padding: 2px; -}