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){ // @media(min-width: 700px) and (min-height: 700px){
.wallets{display: none;} // .wallets{display: none;}
#address{ // #address{
height:90vh; // height:90vh;
width:75%; // width:75%;
.qr{ // .qr{
height: 70%; // height: 70%;
div{ // div{
transform: scale(1.5); // transform: scale(1.5);
} // }
} // }
#bit-address{ // #bit-address{
height: 10%; // height: 10%;
padding: calc(100vh - 99vh); // padding: calc(100vh - 99vh);
} // }
} // }
} // }
} }
@keyframes fadeIn { @keyframes fadeIn {