Skip to content

Commit

Permalink
fix: adjust page title
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Dec 11, 2024
1 parent c2a9f38 commit ae031a4
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,17 @@
}

.pageTitle {
color: #424242;
color: var(--givewp-neutral-900);
margin: 0;
font-size: 1.5rem;
font-weight: 600;
font-weight: 700;
line-height: 2.25rem;
}

select[name="campaignId"] {
display: none;
}

.fullWidth {

}

.tabs {
display: flex;
gap: 0.25rem;
Expand Down

0 comments on commit ae031a4

Please sign in to comment.