layout fix
parent
d6dde2e517
commit
a88a89df49
|
@ -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);
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue