From 99a4a7606e70489f6807bd72a36527f0418a3949 Mon Sep 17 00:00:00 2001 From: Shaik Arshid Banu Date: Fri, 5 Jan 2024 22:46:30 +0530 Subject: [PATCH] Enhancing the Contact Me section (adjusting content) --- index.html | 10 +++++----- styles.css | 7 ++++++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 5ac55d2..55ccf0a 100644 --- a/index.html +++ b/index.html @@ -365,27 +365,27 @@

Contact Me

Phone Icon -

Phone: +123 456 789

+

Phone: +123 456 789

Address Icon -

Address: 123 Main St, Cityville, Country

+

Address: 123 Main St, Cityville, Country

LinkedIn Icon -

LinkedIn: Your LinkedIn

+

LinkedIn: Your LinkedIn

Twitter Icon -

Twitter: Your Twitter

+

Twitter: Your Twitter

diff --git a/styles.css b/styles.css index b3aaa87..26d290b 100644 --- a/styles.css +++ b/styles.css @@ -638,7 +638,7 @@ details p { background-color: #f6f6f6; } - + @media screen and (max-width: 918px) { .box { @@ -1193,3 +1193,8 @@ blockquote { background-color: #3498db; border-radius: 6px; } + +/* contact-item */ +.contact-item{ + display:flex; +} \ No newline at end of file