From b9a64db79428462fe21e681aeed02fdee3e8f048 Mon Sep 17 00:00:00 2001 From: Ben Wheeler <wheeler.benjamin@gmail.com> Date: Wed, 21 Nov 2018 23:40:48 -0500 Subject: [PATCH] correct padding for peripheral tile pane --- src/components/connection-modal/connection-modal.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/connection-modal/connection-modal.css b/src/components/connection-modal/connection-modal.css index cc02da556..27c970b93 100644 --- a/src/components/connection-modal/connection-modal.css +++ b/src/components/connection-modal/connection-modal.css @@ -29,7 +29,6 @@ overflow-y: auto; width: 100%; height: 100%; - padding: 0.5rem; } .peripheral-tile { @@ -225,7 +224,7 @@ display: flex; justify-content: center; align-items: center; - padding: 1rem .5rem; + padding: .5rem; } .scratch-link-help { @@ -233,6 +232,8 @@ flex-direction: column; justify-content: space-around; height: 100%; + padding-top: .5rem; + padding-bottom: .5rem; } .scratch-link-help-step { -- GitLab