Skip to content

Commit 4dfbe7d

Browse files
committed
Contact text is now blue
1 parent 3981dc4 commit 4dfbe7d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/index.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tablet has fixed widths and font sizes
88
mobile has scaling widths and font sizes
99
*/
1010

11-
$desktop-width: 1050px;
11+
$desktop-width: 1165px;
1212
$mobile-width: 750px;
1313

1414
@mixin desktop {
@@ -348,10 +348,12 @@ lines of text may be wider than they appear
348348

349349
#contact {
350350
p {
351+
height: 25px;
351352
margin: 0;
352-
font-weight: 500;
353+
353354
font-size: 20px;
354-
height: 25px;
355+
font-weight: 500;
356+
color: $blue;
355357
a{
356358
font-size: 16px;
357359
}

0 commit comments

Comments
 (0)