Add country-detail, event-list, gallery pages and update header and style

This commit is contained in:
Roshan476
2026-01-08 17:17:32 +05:45
parent bf823cb44e
commit 0b4753db14
6 changed files with 460 additions and 125 deletions

View File

@@ -24043,17 +24043,6 @@ iframe {
gap: 5px;
}
}
.inversweb-meta-list::after {
position: absolute;
content: "";
left: 0;
top: 50%;
transform: translateY(-50%);
height: 7px;
width: 7px;
background: var(--color-primary);
border-radius: 50%;
}
.inversweb-meta-list li {
margin: 0;
padding: 0;
@@ -31909,3 +31898,30 @@ line-height: 42px;
opacity: 0;
transform: translateY(8px);
}
.gap-social{
gap: 20px;
}
.gap-social a{
line-height: 24px !important;
border-radius: 50% !important;
}
.single-wrapper-details-right-p{
margin-bottom: 12px;
}
.query11 .tmp-btn{
line-height: 2.1 !important;
}
.query11.single-wrapper-details-right-p.similar-post ul li a {
background-color: var(--color-btn) !important;
}
.query11 .tmp-btn .btn-text,.btn-icon{
color: white !important;
}
.thumbnail11{
height: 526px;
}
.thumbnail11 img{
height: 100%;
object-fit: cover;
}