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