Skip to content

Commit fcab4a7

Browse files
Update css to remove font-weight on button.
1 parent 5670c80 commit fcab4a7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/styles/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ summary {
115115
}
116116
}
117117

118+
119+
/* hubspot forms */
118120
.form-columns-2 {
119121
display: flex;
120122
align-items: baseline;
@@ -159,7 +161,6 @@ summary {
159161
padding: 1rem 1.5rem;
160162
line-height: 1.1875;
161163
text-decoration: none;
162-
font-weight: 500;
163164
cursor: pointer;
164165
}
165166

@@ -183,5 +184,5 @@ summary {
183184
margin:0;
184185
}
185186
}
187+
/* end hubspot forms */
186188

187-
/* hubspot forms */

0 commit comments

Comments
 (0)