diff --git a/contact.php b/contact.php index 1a11652..65dd1d1 100644 --- a/contact.php +++ b/contact.php @@ -14,27 +14,29 @@
Add me to your contacts

Find me elsewhere

- Facebook - GitHub - 500px - - +
diff --git a/css/styles.css b/css/styles.css index d3417e3..96eae9f 100644 --- a/css/styles.css +++ b/css/styles.css @@ -40,7 +40,7 @@ body { } .social-links img { - max-width: 100px; + max-width: 50px; } .download-link { @@ -150,4 +150,7 @@ footer { /*Provice space for top menu*/ .page-title {padding-top: 100px} + /*Increase social link image size*/ + .social-links img {max-width: 75px;} + } \ No newline at end of file