Skip to content

Commit

Permalink
Merge pull request #826 from haqq-network/dev
Browse files Browse the repository at this point in the history
release
  • Loading branch information
olegshilov authored May 14, 2024
2 parents 5f6f020 + 9c6baca commit 48a0714
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
Binary file modified apps/islamic-website/public/email/email-footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 11 additions & 13 deletions apps/islamic-website/public/email/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,27 @@ button.photos__button {
.footer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url(https://islamiccoin.net/email/email-footer.png);
justify-content: end;
background-image: url(https://islamic-website-c0fyjbumk-haqq-network.vercel.app/email/email-footer.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
width: 572px;
height: 351px;
height: 235px;
text-align: center;
font-size: 16px;
line-height: 20px;
margin-top: 48px;

a {
background: -webkit-linear-gradient(80deg, #36fff3, #18ffac);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
opacity: 50%;
}

.social__links {
display: flex;
width: 100%;
justify-content: space-between;
padding-bottom: 26px;
}
}

Expand All @@ -96,11 +99,6 @@ button.photos__button {
height: 243px;
}

.social__links {
display: flex;
align-items: center;
}

.copyright__text {
text-align: center;
font-size: 14px;
Expand Down

0 comments on commit 48a0714

Please sign in to comment.