Commit 372aeaf9 by sujata

chnages

1 parent 3948236c
......@@ -62,9 +62,9 @@ const Blogs = () => {
<PageBanner banners={banners} />
<div className="blog-area ptb-100">
<Container>
<Row>
<Row className="g-4">
<Col lg={12} md={12}>
<div className="row justify-content-center">
<div className="row justify-content-center h-100">
{posts &&
posts.map((post) => (
<Col lg={4} md={4} key={post.id}>
......
......@@ -82,7 +82,7 @@ const Footer = () => {
<ul>
<li>
<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>
......
......@@ -3741,7 +3741,7 @@
.single-blog-post .post-content {
padding: 20px 20px 25px;
height: 40vh;
/* height: 40vh; */
}
.single-blog-post .post-content h3 {
......@@ -4120,10 +4120,10 @@ height: 40vh;
height: 63vh;
}
.single-services-box .content{
height: 42vh;
/* height: 42vh; */
}
.single-blog-post .post-content{
height: 46vh;
/* height: 46vh; */
}
.industry_nav .custom-swiper-button-next {
position: relative;
......
......@@ -1768,6 +1768,7 @@ Services Area CSS
font-size: 22px;
margin-bottom: 12px;
transition: var(--transition);
height: 4.2rem;
}
.single-services-box .content h3 a {
......@@ -4929,7 +4930,7 @@ Blog Area CSS
border: 1px solid #eeeeee;
border-top: none;
transition: var(--transition);
height: 30vh;
/* height: 30vh; */
}
......@@ -4987,6 +4988,7 @@ Blog Area CSS
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 28px;
height: 4.2rem;
}
......@@ -7975,7 +7977,7 @@ Modal CSS
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 45px;
height: 55px;
}
.method-descr {
......@@ -7985,7 +7987,7 @@ Modal CSS
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 75px;
height: 55px;
}
.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!