diff --git a/src/css/main.css b/src/css/main.css index 8f7df80..2734260 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -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; diff --git a/src/scss/tokens.scss b/src/scss/tokens.scss index 270ba55..9751bfb 100644 --- a/src/scss/tokens.scss +++ b/src/scss/tokens.scss @@ -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}