Correcttion and responsive & spacing added

This commit is contained in:
akash 2025-08-16 16:27:13 +05:30
parent 96e0cd588e
commit 6c5b26565e

View File

@ -6694,7 +6694,7 @@ Location:
padding: 10px;
border-radius: 4px;
background: #F2F2F2;
margin: 0 12px 0 0;
margin: 0 12px 12px 0;
}
.blog-details-section .blog-deatils-content .tags-social-area .tags ul li a:hover {
@ -28290,6 +28290,12 @@ html {
padding: 100px 0;
}
@media (max-width: 1440px) {
.sp1 {
padding: 50px 0;
}
}
.dot-list {
list-style-type: disc;
list-style-position: outside;