This commit is contained in:
Adrian Thompson
2020-11-02 15:28:30 +01:00
18 changed files with 346 additions and 170 deletions

View File

@@ -104,11 +104,16 @@ body {
}
</style>
<style scoped>
<style lang="scss" scoped>
.app-container {
background-color: white;
min-height: 100vh;
display: grid;
grid-template-rows: 80px auto 100px;
.main-container{
height: 100%;
width: 100%;
}
}
</style>