commented out styles for big screen devices

This commit is contained in:
Jamal Jackson 2016-10-16 18:57:09 -04:00
parent ce78aabf38
commit 4920c9766a
1 changed files with 17 additions and 17 deletions

View File

@ -175,23 +175,23 @@
}
}
}
@media(min-width: 700px) and (min-height: 700px){
.wallets{display: none;}
#address{
height:90vh;
width:75%;
.qr{
height: 70%;
div{
transform: scale(1.5);
}
}
#bit-address{
height: 10%;
padding: calc(100vh - 99vh);
}
}
}
// @media(min-width: 700px) and (min-height: 700px){
// .wallets{display: none;}
// #address{
// height:90vh;
// width:75%;
// .qr{
// height: 70%;
// div{
// transform: scale(1.5);
// }
// }
// #bit-address{
// height: 10%;
// padding: calc(100vh - 99vh);
// }
// }
// }
}
@keyframes fadeIn {