From eac6234a73885c65b2445c4c17b5412b79628b51 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 13 Oct 2022 21:48:53 +0100 Subject: [PATCH] Add a tags to images --- contact.php | 44 +++++++++++++++++++++++--------------------- css/styles.css | 5 ++++- 2 files changed, 27 insertions(+), 22 deletions(-) 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