Skip to content

Commit

Permalink
Merge pull request #183 from bitdefender/creators-page
Browse files Browse the repository at this point in the history
update css creators page
  • Loading branch information
imantescu authored Sep 2, 2024
2 parents 97366f3 + 08b8e47 commit 695f9b8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions _src/blocks/creators-block/creators-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
.creators-block.block>div:nth-child(2) .creator-box>div:nth-child(1) img {
position: relative;
top: 10px;
width: 30px;
}

@media (max-width: 1320px) {
Expand Down
5 changes: 5 additions & 0 deletions _src/blocks/four-cards/four-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@
padding-top: 0;
}

.creator-cards .four-cards ul li div img {
height: 48px;
margin-bottom: 16px;
}

/* a/b test styles, should be deleted after */
.four-cards-container.we-container .default-content-wrapper {
text-align: center;
Expand Down
8 changes: 7 additions & 1 deletion _src/blocks/money-back/money-back.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
.creator-money-back .money-back .icon {
height: 60px;
margin-bottom: 23px;
fill: #006EFF;
fill: #006DFF;
display: flex;
}

Expand All @@ -227,6 +227,12 @@
fill: #006EFF;
}

.creator-money-back .money-back img {
height: 60px;
fill: #006df7;
display: flex;
}

@media (max-width: 991px) { /* mobile/tablet */
.money-back-wrapper {
padding: var(--body-padding);
Expand Down

0 comments on commit 695f9b8

Please sign in to comment.