Fix layout on hello page

This commit is contained in:
Ramon Wenger 2021-08-03 23:38:39 +02:00
parent 788044bcd6
commit 0adf18dbe6
2 changed files with 3 additions and 2 deletions

View File

@ -103,6 +103,7 @@
min-height: 100vh;
/*for IE10+*/
display: flex;
flex-direction: column;
}
.no-scroll {

View File

@ -35,8 +35,7 @@
</script>
<style lang="scss">
@import "@/styles/_variables.scss";
@import "@/styles/_mixins.scss";
@import "~styles/helpers";
.split-view {
background-color: $color-brand;
@ -44,6 +43,7 @@
display: flex;
position: relative;
width: 100%;
min-height: 100vh;
&--illustration {
&::after {