Layout changes

This commit is contained in:
2019-10-07 22:11:57 -05:00
parent 5a7418e656
commit cae8e698a4
6 changed files with 31 additions and 33 deletions

View File

@@ -1,18 +1,14 @@
.App {
display: flex;
flex-direction: column;
margin: 0;
padding: 10px;
padding: 8px;
box-sizing: border-box;
height: 100vh;
width: 100vw;
background-image: url('./assets/images/background.jpg');
background-image: url('./assets/images/background2.jpg');
background-size: cover;
}
.AppContainer {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
box-sizing: border-box;
@@ -25,6 +21,5 @@
}
.AppContent {
flex: 1;
box-sizing: border-box;
}