From 51f593384f1325b78a263d0d870d162236ed28d2 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 17 May 2018 16:41:32 -0400 Subject: updates --- frontend/pages/diagram.js | 10 ++++++---- frontend/pages/update.js | 9 +++------ 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'frontend/pages') diff --git a/frontend/pages/diagram.js b/frontend/pages/diagram.js index 9436ea3..a505089 100644 --- a/frontend/pages/diagram.js +++ b/frontend/pages/diagram.js @@ -14,6 +14,7 @@ const DiagramStyles = styled.div` list-style: none; li { border-bottom: 1px solid rgba(0, 0, 0, 0.2); + padding: 5px 0; } } h2 { @@ -27,7 +28,8 @@ const DiagramStyles = styled.div` span.for { font-size: 12px; text-align: center; - margin-bottom: 2rem; + margin-top: 1rem; + margin-bottom: 1rem; display: block; } .slat { @@ -130,7 +132,7 @@ const Diagram = () => ( Error and Loading UI States
  • - Apollo-client replaces the need for redux + data fetching libraries + Apollo Client replaces the need for redux + data fetching/caching libraries
  • @@ -157,7 +159,7 @@ const Diagram = () => ( Sending Email
  • - Performing Authentication + Performing JWT Authentication
  • Checking Permissions @@ -174,7 +176,7 @@ const Diagram = () => ( A GraphQL Database Interface