Added comments to the styles added to explain its purpose

This commit was merged in pull request #3.
This commit is contained in:
2023-01-10 23:16:06 -08:00
parent 758afcaa93
commit cbb7f65e2d
+3
View File
@@ -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;
}