🎨 🐛 corrige les bugs d'affichage sur IE et safari

pull/456/head
Johan Girod 2019-02-18 16:01:45 +01:00
parent 107eca7b88
commit df18060b1f
2 changed files with 2 additions and 3 deletions

View File

@ -19,8 +19,7 @@ body,
@media (min-width: 500px) {
.app-content {
height: 100vh;
/* height: auto; */
min-height: 100vh;
flex: 1;
}
.app-container {

View File

@ -42,7 +42,7 @@ export default compose(
</svg>
</header>
</section>
<section className="ui__ container" style={{ flex: 1 }}>
<section className="ui__ container" style={{ flexGrow: 1 }}>
<div className="landing__header">
<img alt="logo marianne" src={marianneSvg} />
<img alt="logo urssaf" src={urssafSvg} />