adjusted spacing points for the service feature
This commit was merged in pull request #54.
This commit is contained in:
@@ -4905,11 +4905,11 @@ p {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
height: 90px;
|
height: 80px;
|
||||||
line-height: 70px;
|
line-height: 70px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.service-item h4 {
|
.service-item h4 {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ function ServicesHomeOne({ className }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className={`appie-service-area pt-10 pb-50 ${className}`}
|
className={`appie-service-area pt-20 pb-50 ${className}`}
|
||||||
id="service"
|
id="service"
|
||||||
>
|
>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
|
|||||||
Reference in New Issue
Block a user