minor fixes
This commit is contained in:
parent
77edf8f97a
commit
1c533f5fab
|
@ -1300,6 +1300,8 @@ li.social-link a {
|
|||
height: 38px;
|
||||
top: 65px;
|
||||
left: 492px; }
|
||||
.token-wrap:nth-child(4) {
|
||||
display: none; }
|
||||
.token-wrap:nth-child(5) {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
@ -1311,10 +1313,10 @@ li.social-link a {
|
|||
top: 240px;
|
||||
left: 467px; }
|
||||
.token-wrap:nth-child(7) {
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
top: 100px;
|
||||
left: 397px; }
|
||||
left: 407px; }
|
||||
.token-wrap:nth-child(8) {
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
|
|
|
@ -343,10 +343,11 @@
|
|||
.token-wrap:nth-child(2) { width: 40px; height: 40px; top: 32px; left: 348px;}
|
||||
.token-wrap:nth-child(2) { width: 46px; height: 46px; top: 10px; left: 424px;}
|
||||
.token-wrap:nth-child(3) { width: 38px; height: 38px; top: 65px; left: 492px;}
|
||||
.token-wrap:nth-child(4) { display: none; }
|
||||
|
||||
.token-wrap:nth-child(5) { width: 40px; height: 40px; top: 41px; left: 349px;}
|
||||
.token-wrap:nth-child(6) { width: 40px; height: 40px; top: 240px; left: 467px;}
|
||||
.token-wrap:nth-child(7) { width: 52px; height: 52px; top: 100px; left: 397px;}
|
||||
.token-wrap:nth-child(7) { width: 46px; height: 46px; top: 100px; left: 407px;}
|
||||
|
||||
.token-wrap:nth-child(8) { width: 46px; height: 46px; top: 210px; left: 371px;}
|
||||
.token-wrap:nth-child(9) { display: none}
|
||||
|
|
Loading…
Reference in New Issue