IE11 style fixes

stable
Xavier Julián 2016-03-23 13:56:33 +01:00
parent b46f255745
commit 6fbd3a7f06
2 changed files with 4 additions and 0 deletions

View File

@ -2,8 +2,11 @@
align-items: center;
background: url('../images/discover.png') bottom center repeat-x;
display: flex;
height: calc(100vh - 40px);
justify-content: center;
min-height: calc(100vh - 40px);
min-width: 100vw;
width: 100vw;
}
.blocked-project-inner {

View File

@ -3,6 +3,7 @@ $label-arrow-wh: 12px;
tg-project-menu {
background-position: 0 -300px;
display: inline-block;
height: calc(100vh - 40px);
min-height: 95%;
min-width: 50px;
padding: 1rem 0;