Cleanup and simplify animation

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-03-13 13:04:50 +01:00
parent 25679b0fb4
commit d10d8bdebb
2 changed files with 56 additions and 68 deletions

View File

@@ -336,6 +336,11 @@ export default {
}
}
aside::v-deep section {
display: flex;
flex-direction: column;
}
.section-wrapper {
display: flex;
max-width: 100%;