Added style of main page

This commit is contained in:
Alexis
2021-03-04 14:08:27 +01:00
parent 43ce649204
commit dae29530c4
6 changed files with 35 additions and 11 deletions

View File

@@ -20,12 +20,11 @@ export default defineComponent({
<style lang="scss" scoped>
.fs-wrapper {
min-height: 100vh;
display: flex;
flex-flow: column;
position: relative;
.fs-content {
padding: 70px 20px 20px;
flex-grow: 1;
margin-top: 70px;
padding-top: 20px;
min-height: calc(100vh - 90px);
}
}
</style>