blog page responive footer imaegs are updated bro
This commit is contained in:
parent
b83e596ef1
commit
473ba216cf
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 24 KiB |
@ -12666,7 +12666,8 @@ body {
|
|||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
padding: 20px 10px !important;
|
padding: 20px 10px !important;
|
||||||
}
|
}
|
||||||
.faq-two .section-heading{
|
|
||||||
|
.faq-two .section-heading {
|
||||||
font-size: 32px !important;
|
font-size: 32px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -13230,7 +13231,7 @@ body {
|
|||||||
|
|
||||||
} */
|
} */
|
||||||
|
|
||||||
.home-contact-one .appointment__form__top .sec-title__title{
|
.home-contact-one .appointment__form__top .sec-title__title {
|
||||||
|
|
||||||
font-size: 30px !important;
|
font-size: 30px !important;
|
||||||
|
|
||||||
@ -13239,7 +13240,7 @@ body {
|
|||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
|
||||||
.choose-section .bg-image{
|
.choose-section .bg-image {
|
||||||
|
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
||||||
@ -13250,7 +13251,7 @@ body {
|
|||||||
@media (max-width: 992px) {
|
@media (max-width: 992px) {
|
||||||
|
|
||||||
|
|
||||||
.home-contact-form-container-global{
|
.home-contact-form-container-global {
|
||||||
|
|
||||||
margin-top: 30px !important;
|
margin-top: 30px !important;
|
||||||
|
|
||||||
@ -13266,19 +13267,19 @@ body {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.counselling-solutions__title{
|
.counselling-solutions__title {
|
||||||
|
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter-area-two__count{
|
.counter-area-two__count {
|
||||||
|
|
||||||
font-size: 25px !important;
|
font-size: 25px !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.counter-area-two__text{
|
.counter-area-two__text {
|
||||||
|
|
||||||
font-size: 12px !important;
|
font-size: 12px !important;
|
||||||
|
|
||||||
@ -13563,13 +13564,27 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Blog Results Grid – responsive overrides */
|
/* Blog Results Grid – responsive overrides */
|
||||||
/* At ≤500px force single column (the two-column col-6 grid otherwise stays) */
|
/* Specifically override .news-area .row column stacking at 1024px from main.css */
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.blog-results-grid .row {
|
||||||
|
display: flex !important;
|
||||||
|
flex-direction: row !important;
|
||||||
|
flex-wrap: wrap !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.blog-results-grid .col-6 {
|
||||||
|
width: 50% !important;
|
||||||
|
flex: 0 0 50% !important;
|
||||||
|
max-width: 50% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* At ≤500px force single column */
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.blog-results-grid .col-6 {
|
.blog-results-grid .col-6 {
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100% !important;
|
||||||
max-width: 100%;
|
max-width: 100% !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -102,10 +102,10 @@ const BlogSection = ({
|
|||||||
<div className="blog-content">
|
<div className="blog-content">
|
||||||
<div className="post-meta">
|
<div className="post-meta">
|
||||||
<span className="p-relative"><i className="fa-solid fa-user"></i> By Admin</span>
|
<span className="p-relative"><i className="fa-solid fa-user"></i> By Admin</span>
|
||||||
<span className="meta-separator">•</span>
|
{/* <span className="meta-separator">•</span> */}
|
||||||
<span className="p-relative"><i className="fa-solid fa-calendar-days"></i> {blog.date}</span>
|
<span className="p-relative"><i className="fa-solid fa-calendar-days"></i> {blog.date}</span>
|
||||||
</div>
|
</div>
|
||||||
<h5 className="blog-title mb-30 line-clamp-2">
|
<h5 className="blog-title mb-20 mt-15">
|
||||||
<Link href={`/blog/${blog.slug}`}>{blog.title}</Link>
|
<Link href={`/blog/${blog.slug}`}>{blog.title}</Link>
|
||||||
</h5>
|
</h5>
|
||||||
<div className="blog-footer">
|
<div className="blog-footer">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user