Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 6, 2024
2 parents 38b03a6 + a594896 commit 4994928
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Binary file modified public/images/templates/genesis/horizontal-features-img-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions styles/layout/templates/_templates.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1009,13 +1009,14 @@
border-radius: 2rem;
position: relative;
overflow: hidden;

display: flex;
align-items: center;
&-card {
position: relative;
z-index: 15;
width: 29rem;
margin-left: 10rem;
margin-top: 9.81rem;

border-radius: 1.5rem;
border: 1px solid rgba(255, 255, 255, 0.24);
background: linear-gradient(180deg, rgba(170, 140, 255, 0.00) 0%, var(--primary-400)/0.8 100%), rgba(255, 255, 255, 0.10);
Expand Down Expand Up @@ -1145,7 +1146,7 @@
top: 2.02rem;
left: 60rem;
width: 37.875rem;
box-shadow: 0px 0px 43.64997px 0px rgba(0, 0, 0, 0.12);
filter: drop-shadow(0px 0px 43.65px rgba(0, 0, 0, 0.12));
border-radius: 0.25rem;
}

Expand All @@ -1155,7 +1156,7 @@
top: 2.02rem;
left: 42rem;
width: 37.875rem;
box-shadow: 0px 0px 43.64997px 0px rgba(0, 0, 0, 0.12);
filter: drop-shadow(0px 0px 43.65px rgba(0, 0, 0, 0.12));
border-radius: 0.25rem;
}
}
Expand All @@ -1169,7 +1170,6 @@

&-card {
margin-left: 3.5rem;
margin-top: 7.81rem;
padding: 2rem 1.5rem;
border-radius: 1.25rem;
width: 26.25rem;
Expand Down Expand Up @@ -1204,14 +1204,13 @@
height: 53.25rem;
padding: 7.5rem 1.25rem 1.25rem;
border-radius: 1rem;

align-items: baseline;
&-card {
width: 100%;
margin-left: 0rem;
margin-top: 0rem;
padding: 2rem 1.5rem;
border-radius: 1.25rem;

margin-top: -4rem;
&-links {
justify-content: center;
}
Expand Down Expand Up @@ -1239,6 +1238,7 @@
left: 1.5rem;
width: 80%;
}

}

}
Expand Down

0 comments on commit 4994928

Please sign in to comment.