Commit 372aeaf9 by sujata

chnages

1 parent 3948236c
...@@ -62,9 +62,9 @@ const Blogs = () => { ...@@ -62,9 +62,9 @@ const Blogs = () => {
<PageBanner banners={banners} /> <PageBanner banners={banners} />
<div className="blog-area ptb-100"> <div className="blog-area ptb-100">
<Container> <Container>
<Row> <Row className="g-4">
<Col lg={12} md={12}> <Col lg={12} md={12}>
<div className="row justify-content-center"> <div className="row justify-content-center h-100">
{posts && {posts &&
posts.map((post) => ( posts.map((post) => (
<Col lg={4} md={4} key={post.id}> <Col lg={4} md={4} key={post.id}>
......
...@@ -82,7 +82,7 @@ const Footer = () => { ...@@ -82,7 +82,7 @@ const Footer = () => {
<ul> <ul>
<li> <li>
<span>Call : </span> <span>Call : </span>
<a href="tel:+91-6364133111">+91-6364133111</a> <span> | </span> <a href="tel:08026719484">080-2671 9484</a> <a href="tel:+91-6364133111">+91-6364133111</a> <br/> <a href="tel:08026719484">080-2671 9484</a>
</li> </li>
......
...@@ -3741,7 +3741,7 @@ ...@@ -3741,7 +3741,7 @@
.single-blog-post .post-content { .single-blog-post .post-content {
padding: 20px 20px 25px; padding: 20px 20px 25px;
height: 40vh; /* height: 40vh; */
} }
.single-blog-post .post-content h3 { .single-blog-post .post-content h3 {
...@@ -4120,10 +4120,10 @@ height: 40vh; ...@@ -4120,10 +4120,10 @@ height: 40vh;
height: 63vh; height: 63vh;
} }
.single-services-box .content{ .single-services-box .content{
height: 42vh; /* height: 42vh; */
} }
.single-blog-post .post-content{ .single-blog-post .post-content{
height: 46vh; /* height: 46vh; */
} }
.industry_nav .custom-swiper-button-next { .industry_nav .custom-swiper-button-next {
position: relative; position: relative;
......
...@@ -1768,6 +1768,7 @@ Services Area CSS ...@@ -1768,6 +1768,7 @@ Services Area CSS
font-size: 22px; font-size: 22px;
margin-bottom: 12px; margin-bottom: 12px;
transition: var(--transition); transition: var(--transition);
height: 4.2rem;
} }
.single-services-box .content h3 a { .single-services-box .content h3 a {
...@@ -4929,7 +4930,7 @@ Blog Area CSS ...@@ -4929,7 +4930,7 @@ Blog Area CSS
border: 1px solid #eeeeee; border: 1px solid #eeeeee;
border-top: none; border-top: none;
transition: var(--transition); transition: var(--transition);
height: 30vh; /* height: 30vh; */
} }
...@@ -4987,6 +4988,7 @@ Blog Area CSS ...@@ -4987,6 +4988,7 @@ Blog Area CSS
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
line-height: 28px; line-height: 28px;
height: 4.2rem;
} }
...@@ -7975,7 +7977,7 @@ Modal CSS ...@@ -7975,7 +7977,7 @@ Modal CSS
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
height: 45px; height: 55px;
} }
.method-descr { .method-descr {
...@@ -7985,7 +7987,7 @@ Modal CSS ...@@ -7985,7 +7987,7 @@ Modal CSS
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
height: 75px; height: 55px;
} }
.card-number { .card-number {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!