Implementation of the space

This commit is contained in:
NejcZdovc
2016-11-29 06:22:47 +01:00
committed by József Farkas
parent 96e80ad7ef
commit 31b3aae64b
6 changed files with 26 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
main-app {
display: block;
height: 100vh;
min-height: 100vh;
width: 100%;
overflow: hidden;
position: relative;
@@ -11,7 +11,6 @@ main-app {
}
.main-content {
height: 100%;
margin-left: 250px;
}