Merge pull request #202 from HenryGBC/feature/new_digitalglarus

Fix IE slides
This commit is contained in:
Levi Velázquez 2017-04-08 09:44:03 -05:00 committed by GitHub
commit d98d139136
2 changed files with 11 additions and 0 deletions

View File

@ -72,6 +72,7 @@ h6 {
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: 0;
display: none;
}

View File

@ -8,8 +8,18 @@
left: 0;
background: #fefefe;
z-index: 100000;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}