Fix layout on hello page
This commit is contained in:
parent
788044bcd6
commit
0adf18dbe6
|
|
@ -103,6 +103,7 @@
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
/*for IE10+*/
|
/*for IE10+*/
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-scroll {
|
.no-scroll {
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import "@/styles/_variables.scss";
|
@import "~styles/helpers";
|
||||||
@import "@/styles/_mixins.scss";
|
|
||||||
|
|
||||||
.split-view {
|
.split-view {
|
||||||
background-color: $color-brand;
|
background-color: $color-brand;
|
||||||
|
|
@ -44,6 +43,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
|
|
||||||
&--illustration {
|
&--illustration {
|
||||||
&::after {
|
&::after {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue