Skip to content

Commit b1f4b48

Browse files
committed
minor adjustments
1 parent db6c0d5 commit b1f4b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/contact.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,13 @@ nav {
192192
text-align: center;
193193
}
194194
.header h1 {
195-
font-size: clamp(1.85rem, 3vw, 2.5rem);
195+
font-size: clamp(1.85rem, 3vw, 2.25rem);
196196
font-weight: 400;
197197
}
198198
.header p {
199199
font-size: clamp(1.15rem, 3vw, 1.3rem);
200200
font-weight: 300;
201+
margin: 0 auto 15px;
201202
}
202203
/* contact form */
203204
.contact-container {

0 commit comments

Comments
 (0)