diff options
author | Matthew Miller <matthew@millerti.me> | 2021-07-08 21:53:16 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-07-08 21:53:16 -0700 |
commit | 5dd46a5324f43883914b0c7d168ba1f02bb56b51 (patch) | |
tree | fa333936caa8ac156eb6a9e1b8aedf6b79ebba16 | |
parent | 8083d53ceec8e0d67253ff50b6d22532b265257f (diff) |
Fix spacing on debug consoles
-rw-r--r-- | example/public/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/public/styles.css b/example/public/styles.css index d422dee..684cad5 100644 --- a/example/public/styles.css +++ b/example/public/styles.css @@ -43,7 +43,7 @@ button:hover { } details { - margin-top: 0.75rem; + margin: 0.75rem 0; } .container { |