We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3981dc4 commit 4dfbe7dCopy full SHA for 4dfbe7d
1 file changed
src/index.scss
@@ -8,7 +8,7 @@ tablet has fixed widths and font sizes
8
mobile has scaling widths and font sizes
9
*/
10
11
-$desktop-width: 1050px;
+$desktop-width: 1165px;
12
$mobile-width: 750px;
13
14
@mixin desktop {
@@ -348,10 +348,12 @@ lines of text may be wider than they appear
348
349
#contact {
350
p {
351
+ height: 25px;
352
margin: 0;
- font-weight: 500;
353
+
354
font-size: 20px;
- height: 25px;
355
+ font-weight: 500;
356
+ color: $blue;
357
a{
358
font-size: 16px;
359
}
0 commit comments