Skip to content

Commit

Permalink
style: add Waitlist hook in mobile viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Dec 2, 2024
1 parent 7bd2e72 commit 56f5702
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions src/components/Safenet/Waitlist/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-style: italic;
position: relative;
}

.buttonWrapper {
Expand All @@ -42,7 +43,12 @@
}

.hook {
display: none;
display: block;
position: absolute;
top: -14px;
height: 110px;
left: -18px;
max-width: none;
}

.chainImage {
Expand All @@ -55,9 +61,7 @@
}

.hook {
display: block;
position: absolute;
right: -488px;
height: auto;
top: -40px;
}

Expand All @@ -77,19 +81,9 @@
}

@media (min-width: 1200px) {
.hook {
right: -344px;
}

.gridContainer {
padding-left: 30px;
padding-right: 30px;
justify-content: space-around;
}
}

@media (min-width: 1630px) {
.hook {
right: -130px;
}
}

0 comments on commit 56f5702

Please sign in to comment.