Commit a29552ac by sujata

changes update

1 parent edca9fce
......@@ -23,7 +23,7 @@ const posts = [
authorLink: "/blog/author",
title: "Tax Deducted at Source under Income Tax Act",
shortDesc:
"Tax Deducted at Source under Income Tax ActBy Advith Consulting1. Introduction",
"Tax Deducted at Source under Income Tax ActBy Advith Consulting.",
btnText: "Read More",
detailsUrl: "/blog/detail/tax-deducted-at-source-under-income-tax-act",
},
......@@ -36,7 +36,7 @@ const posts = [
authorLink: "/blog/author",
title: "Reporting on Fraudulent Activities by Auditors",
shortDesc:
"Reporting on Fraudulent Activities by AuditorsBy Advith ConsultingIntroduction",
"Reporting on Fraudulent Activities by Auditors By Advith Consulting ",
btnText: "Read More",
detailsUrl: "/blog/detail/reporting-on-fraudulent-activities-by-auditors",
},
......@@ -49,7 +49,7 @@ const posts = [
authorLink: "/blog/author",
title: "Start-up and Angel Tax",
shortDesc:
"Start-up and Angel TaxBy Advith ConsultingBackgroundWith the aim of foste",
"Start-up and Angel Tax By Advith Consulting Background With the aim ",
btnText: "Read More",
detailsUrl: "/blog/detail/start-up-and-angel-tax",
},
......
import React from "react";
import { Col, Container, Row } from "react-bootstrap";
const servicescompoent = () => {
return (
<>
<Container>
<Row>
<Col md="12">
<table className="table">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>Age</th>
<th>Occupation</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>John Doe</td>
<td>28</td>
<td>Engineer</td>
</tr>
<tr>
<td>2</td>
<td>Jane Smith</td>
<td>34</td>
<td>Doctor</td>
</tr>
<tr>
<td>3</td>
<td>Sam Wilson</td>
<td>24</td>
<td>Designer</td>
</tr>
</tbody>
</table>
</Col>
</Row>
</Container>
</>
);
};
export default servicescompoent;
......@@ -4113,6 +4113,27 @@ height: 40vh;
}
}
@media screen and (min-width:1340px) and (max-width:1400px){
.fuctional-areas{
height: 45vh;
}
.single-services-box .content{
height: 31vh;
}
.single-blog-post .post-content{
height: 36vh;
}
.industry_nav .custom-swiper-button-next {
position: relative;
left: -4%;
top: -8%;
}
.industry_nav .custom-swiper-button-prev {
position: relative;
right: -4%;
top: -8%;
}
}
/* Min width 1550px */
@media only screen and (min-width: 1550px) {
.top-header-area .container-fluid {
......
......@@ -1616,7 +1616,7 @@ Main Banner Area CSS
background-color: var(--whiteColor);
transition: var(--transition);
color: var(--blackColor);
transform: translateY(-55%);
transform: translateY(30%);
box-shadow: 0 7px 30px -10px rgba(133, 153, 162, 0.3);
}
......@@ -1761,7 +1761,7 @@ Services Area CSS
border: 1px solid #eeeeee;
border-top: none;
transition: var(--transition);
height: 29vh;
/* height: 29vh; */
}
.single-services-box .content h3 {
......@@ -4979,6 +4979,15 @@ Blog Area CSS
.single-blog-post .post-content h3 a {
display: inline-block;
word-wrap: break-word;
overflow: hidden;
max-height: 4.9em;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
line-height: 28px;
}
.single-blog-post .post-content p {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!