Fixed some styling

This commit is contained in:
Alexis
2021-03-05 14:58:50 +01:00
parent 41530e9af8
commit 5a62b9568a
3 changed files with 44 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ export default defineComponent({
.fs-content {
margin-top: 70px;
min-height: calc(100vh - 70px);
display: flex;
align-items: stretch;
> * {
width: 100%;
}
}
}
</style>