layout fix

master
Tudor Stanciu 2020-12-16 03:25:25 +02:00
parent d6dde2e517
commit a88a89df49
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
.App { .App {
text-align: center; text-align: center;
background-color: #282c34; background-color: #282c34;
}
.App-header {
min-height: 100vh; min-height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
}
.App-header {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: calc(10px + 2vmin); font-size: calc(10px + 2vmin);

View File

@ -14,7 +14,7 @@ import { useLocation, useHistory } from "react-router-dom";
const styles = () => ({ const styles = () => ({
stepperCard: { stepperCard: {
padding: "2px", padding: "2px",
marginBottom: "15px" margin: "15px"
} }
}); });