Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yarponomarev committed Jun 29, 2024
1 parent 7e39d20 commit 028e12f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gulp/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"main": "20240629235849"
"main": "20240630020245"
}
6 changes: 6 additions & 0 deletions src/img/svg/battery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 26 additions & 9 deletions src/scss/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@
justify-content: left;
max-width: 350px;
margin: auto;

@media (max-width: 400px) {
justify-content: space-between;
}
}

.button__link {
Expand All @@ -103,7 +107,11 @@
width: 240px;

@media (max-width: $screenM) {
margin-right: 5px;
margin-right: 5px;
}

@media (max-width: 393px) {
width: 210px;
}
}

Expand All @@ -115,14 +123,23 @@
width: 165px;

@media (max-width: $screenM) {
width: 150px;
margin-right: 5px;
}

@media (max-width: 393px) {
width: 140px;
}
}

&.unstake {
width: 270px;

@media (max-width: $screenM) {
width: 190px;
}

@media (max-width: 393px) {
width: 170px;
}
}
Expand Down Expand Up @@ -179,27 +196,27 @@
text-align: center;
height: 300px;

@media (max-width: 1280px) {
height: 345px;
}

@media (max-width: 1050px) {
border-radius: 44px 44px 0 0;
height: 275px;
}

@media (max-width: 1280px) {
height: 345px;
}

img {
padding: 45px 64px 0 60px;

@media (max-width: 1280px) {
padding: 90px 64px 0 60px;
}

@media (max-width: 1050px) {
width: 180px;
margin-top: 20px;
padding: 0;
}

@media (max-width: 1280px) {
padding: 90px 64px 0 60px;
}
}
}

Expand Down

0 comments on commit 028e12f

Please sign in to comment.