From 5013a8625b1970f65b4909027fd605c556623ff7 Mon Sep 17 00:00:00 2001 From: Ethan Davidson <31261035+EthanThatOneKid@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:12:42 -0700 Subject: [PATCH] add space beneath playground elements --- static/playground.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/playground.css b/static/playground.css index 288f78b..88d2a2d 100644 --- a/static/playground.css +++ b/static/playground.css @@ -8,6 +8,7 @@ body { border-radius: 0.5em; padding: 5px; background-color: #333; + margin-bottom: 2em; } #consoleDetails {