From cbb7f65e2dc755570001c5a623640891fce56b28 Mon Sep 17 00:00:00 2001 From: Chukwumdiebube Ojinta Date: Tue, 10 Jan 2023 23:16:06 -0800 Subject: [PATCH] Added comments to the styles added to explain its purpose --- src/assets/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/assets/css/style.css b/src/assets/css/style.css index 92625b9..6025ce5 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -3050,11 +3050,13 @@ header.fix_style.white_header { margin-bottom: 15px; } +/* To highlight the link in the terms section */ .blog_detail_section .blog_inner_pannel .info p span a{ color: var(--dark-purple); text-decoration: underline; } +/* To reduce the fonts for sub-headers */ .blog_detail_section .blog_inner_pannel .info h4 { font-weight: 700; color: var(--dark-purple); @@ -3063,6 +3065,7 @@ header.fix_style.white_header { margin-bottom: 15px; } + /* To align the text for proper readability */ .blog_detail_section .blog_inner_pannel .info p { text-align: justify; }