1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix styling of first-time-flow container

This commit is contained in:
Whymarrh Whitby 2018-10-10 17:46:17 -02:30
parent 89ef549926
commit c10d12a90c

View File

@ -17,7 +17,7 @@
font-family: Roboto;
}
@media screen and (min-height: 576px) {
@media screen and (min-height: 601px) {
.first-time-flow {
height: 100vh;
}