Save
This commit is contained in:
@@ -118,3 +118,60 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#hp-casestudy-custom {
|
||||
margin-bottom: 100px;
|
||||
|
||||
.custom-case-studies {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||
gap: 80px 40px;
|
||||
|
||||
.case-item {
|
||||
.single_case_study {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.case-study-more-button {
|
||||
margin-top: 50px;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
background: #bf2222;
|
||||
border-radius: 5px;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 17px;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
padding: 19px 32px;
|
||||
text-align: center;
|
||||
transition: all 0.3s ease 0s;
|
||||
box-shadow: none;
|
||||
margin-top: 9px;
|
||||
margin-right: 10px;
|
||||
letter-spacing: 1px;
|
||||
|
||||
&:hover {
|
||||
background-color: #db1616;
|
||||
color: #fff;
|
||||
border: 1px solid #db1616;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#success-stories-box-1 {
|
||||
.custom-case-studies {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
gap: 80px 40px;
|
||||
|
||||
.case-item {
|
||||
.single_case_study {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user