Fix height of first-time-flow container, again but different

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent d6a5483766
commit 352ba85272
  1. 7
      mascara/src/app/first-time/index.css

@ -8,7 +8,6 @@
.first-time-flow {
width: 100vw;
height: 100vh;
background-color: #fff;
overflow: auto;
display: flex;
@ -18,6 +17,12 @@
font-family: Roboto;
}
@media screen and (min-height: 576px) {
.first-time-flow {
height: 100vh;
}
}
.alpha-warning__container {
display: flex;
justify-content: center;

Loading…
Cancel
Save