From a88a89df4989716688030217087b253878364a24 Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 16 Dec 2020 03:25:25 +0200 Subject: [PATCH] layout fix --- src/App.css | 6 +++--- src/components/layout/Stepper.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.css b/src/App.css index a8541a7..8c29ce6 100644 --- a/src/App.css +++ b/src/App.css @@ -1,12 +1,12 @@ .App { text-align: center; background-color: #282c34; -} - -.App-header { min-height: 100vh; display: flex; flex-direction: column; +} + +.App-header { align-items: center; justify-content: center; font-size: calc(10px + 2vmin); diff --git a/src/components/layout/Stepper.js b/src/components/layout/Stepper.js index 1692236..879075a 100644 --- a/src/components/layout/Stepper.js +++ b/src/components/layout/Stepper.js @@ -14,7 +14,7 @@ import { useLocation, useHistory } from "react-router-dom"; const styles = () => ({ stepperCard: { padding: "2px", - marginBottom: "15px" + margin: "15px" } });