From 13a7a6e2e83e6aa1b9d7e3221fc86e4bb454a239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatriz=20Sope=C3=B1a=20Merino?= Date: Tue, 25 Oct 2022 02:30:02 +0200 Subject: [PATCH] refactor(about-title): use css styles instead html tags --- about.html | 2 +- style.css | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index bfe0cab5..f305b843 100644 --- a/about.html +++ b/about.html @@ -80,7 +80,7 @@

- This Project Is Developed by Vikhyat Singh + This Project Is Developed by Vikhyat Singh

diff --git a/style.css b/style.css index 376f710e..de693951 100644 --- a/style.css +++ b/style.css @@ -372,10 +372,8 @@ h1 { .about-title { padding-top: 2%; color: white; - font-weight: normal; -} - -.about-title b { + font-weight: bold; + font-style: italic; line-height: 2.5rem; }