forked from I2P_Developers/i2p.www
overhaul the whole browser section to better reflect the goals of the project.
This commit is contained in:
@@ -804,6 +804,16 @@ div#content .qrcode:hover {
|
||||
transform: scale(5) translateX(20px);
|
||||
}
|
||||
|
||||
div#content .screenshot {
|
||||
transition: transform .3s;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
div#content .screenshot:hover {
|
||||
transform: scale(5) translateX(30px);
|
||||
}
|
||||
|
||||
div#content .emaillabel {
|
||||
width: 25%;
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user