From 55bdc3fe5da8adc6abf08a186fe6525333251a03 Mon Sep 17 00:00:00 2001 From: Aswanth Date: Fri, 17 Nov 2023 11:06:18 +0530 Subject: [PATCH 1/2] icons updated --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 9c6cad0..186fb57 100644 --- a/index.html +++ b/index.html @@ -12,8 +12,8 @@
Home
@@ -160,6 +160,7 @@

Today's Website

- + + From cd6ebb5e7346beb5a6d91f80a8ec89d806ffcfca Mon Sep 17 00:00:00 2001 From: Aswanth Date: Fri, 17 Nov 2023 11:07:07 +0530 Subject: [PATCH 2/2] icons style updated --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index 7d2c0ea..edaef35 100644 --- a/styles.css +++ b/styles.css @@ -83,3 +83,7 @@ a { .websites { align-items: flex-start; } +.fa-brands{ + font-size: 1.5em; + padding: 2px; +}