🎨 🐛 corrige les bugs d'affichage sur IE et safari
parent
107eca7b88
commit
df18060b1f
|
@ -19,8 +19,7 @@ body,
|
|||
|
||||
@media (min-width: 500px) {
|
||||
.app-content {
|
||||
height: 100vh;
|
||||
/* height: auto; */
|
||||
min-height: 100vh;
|
||||
flex: 1;
|
||||
}
|
||||
.app-container {
|
||||
|
|
|
@ -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} />
|
||||
|
|
Loading…
Reference in New Issue