mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector
synced 2025-06-21 19:17:04 +03:00
layout fix
This commit is contained in:
parent
d6dde2e517
commit
a88a89df49
@ -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);
|
||||
|
@ -14,7 +14,7 @@ import { useLocation, useHistory } from "react-router-dom";
|
||||
const styles = () => ({
|
||||
stepperCard: {
|
||||
padding: "2px",
|
||||
marginBottom: "15px"
|
||||
margin: "15px"
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user