fixed a stubborn span

This commit is contained in:
Chukwumdiebube
2023-01-20 17:26:37 +01:00
parent e866662f4d
commit fda5297756
2 changed files with 7 additions and 5 deletions
+5 -2
View File
@@ -3008,11 +3008,14 @@ header.fix_style.white_header {
margin-bottom: 15px;
}
.blog_detail_section .blog_inner_pannel .review span {
.blog_detail_section .blog_inner_pannel span.blog_date {
line-height: 1;
color: var(--purple);
display: inline-block;
display: flex;
font-weight: 700;
text-align: center;
justify-content: center;
align-items: center;
}
/* .blog_detail_section .blog_inner_pannel .review span:first-child {