Skip to content

Commit 1e890b7

Browse files
committed
fixed project highlight text formatting issue
1 parent 1f50d12 commit 1e890b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ section h2 {
296296
line-height: 2;
297297
font-family: 'Barlow-Regular', sans-serif;
298298
font-weight: bolder;
299-
font-size: 15px;
299+
font-size: 2.3em;
300300
text-align: left;
301301
padding: 20px;
302302
}
@@ -330,7 +330,7 @@ section h2 {
330330
line-height: 2;
331331
font-family: 'Barlow-Regular', sans-serif;
332332
font-weight: bolder;
333-
font-size: 15px;
333+
font-size: 2.3em;
334334
text-align: left;
335335
padding: 20px;
336336
}
@@ -568,4 +568,4 @@ footer {
568568
object-fit: cover;
569569
}
570570
}
571-
/************End of Media Query Formatting************/
571+
/************End of Media Query Formatting************/

0 commit comments

Comments
 (0)