use b-btn-close in TextCard & fix base height

This commit is contained in:
axolotle
2021-03-11 15:48:23 +01:00
parent 6c5675ad79
commit dd357a8487
2 changed files with 7 additions and 4 deletions
+6 -1
View File
@@ -7,8 +7,13 @@ html, body, #app {
height: 100%;
}
#app {
display: flex;
flex-direction: column;
}
main {
height: calc(100vh - 56px);
height: 100%;
}
// Layouts