Skip to content

Commit

Permalink
styles: xl viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Nov 25, 2024
1 parent 81f03bb commit 5e99d63
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/Safenet/ChainAbstraction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ const items: BaseBlock['items'] = [
},
title: (
<>
Unified
<br />
Unified <br />
Balance
</>
),
Expand Down
23 changes: 22 additions & 1 deletion src/components/Safenet/ChainAbstraction/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
text-align: center;

height: 336px;
width: 336px;
position: relative;
}

Expand Down Expand Up @@ -121,7 +122,7 @@
margin-top: 48px;
}

@media (min-width: 900px) {
@media (min-width: 1200px) {
.title {
font-size: 60px;
line-height: 64px;
Expand All @@ -145,3 +146,23 @@
height: 300px;
}
}

@media (min-width: 1630px) {
.blocksWrapper {
background-size: cover;
height: 392px;
}

.blockItem {
--line-height: 28px;
height: 392px;
}

.blockTitle br {
display: none;
}

.blockText {
height: calc(2 * var(--line-height));
}
}

0 comments on commit 5e99d63

Please sign in to comment.