Skip to content

Commit

Permalink
Merge pull request #499 from bitdefender/DEX-19400
Browse files Browse the repository at this point in the history
DEX-19400 adjust experiment template to include thank-you page
  • Loading branch information
abutuza authored Jan 28, 2025
2 parents 6c6ad85 + 680ebcb commit 617dbef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _src/scripts/template-factories/dex-19400.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
.hero.block {
width: 100%;
max-width: 1350px;
border-bottom-left-radius: 20px;

h3, strong {
color: #000;
Expand Down Expand Up @@ -430,7 +431,8 @@

.section.centered {
h2 {
width: 70%;
max-width: 70%;
margin: auto;
font-size: 34px;
}
}
Expand Down Expand Up @@ -462,6 +464,10 @@
}

.hero-container.grey-background {
background-color: #fff;
.hero{
background-color: #f8f8f8f8;
}

.hero-content {

Expand Down

0 comments on commit 617dbef

Please sign in to comment.