Skip to content

Commit

Permalink
Fix styling on final page
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal5 committed Aug 22, 2024
1 parent 458cd86 commit d73acdf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,16 +211,24 @@ main .section.highlight {
}

main .form form .field-subscription.field-wrapper,
main .form form .field-giftcard.field-wrapper {
main .form form .field-giftcard.field-wrapper,
main .form form .field-yourfavteam.field-wrapper,
main .form form .field-onthego.field-wrapper {
display: block;
}

main .form form .field-subscribeoffer input,
main .form form .field-winneroffer input {
main .form form .field-winneroffer input,
main .form form .field-yourfavteam input,
main .form form .field-onthego input {
font-size: var(--heading-font-size-m);
font-weight: bold;
padding: 0;
margin: 0;
color: rgb(0, 142, 151);
text-align: center;
}

.field-streamnfl {
text-align: center;
}

0 comments on commit d73acdf

Please sign in to comment.