renamed services to skills
This commit is contained in:
@ -736,9 +736,9 @@ section {
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# My Services
|
||||
# My Skills
|
||||
--------------------------------------------------------------*/
|
||||
.services .icon-box {
|
||||
.skills .icon-box {
|
||||
padding: 30px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@ -749,7 +749,7 @@ section {
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.services .icon {
|
||||
.skills .icon {
|
||||
margin: 0 auto 20px auto;
|
||||
padding-top: 17px;
|
||||
display: inline-block;
|
||||
@ -760,34 +760,34 @@ section {
|
||||
background: #fff4df;
|
||||
}
|
||||
|
||||
.services .icon i {
|
||||
.skills .icon i {
|
||||
font-size: 36px;
|
||||
line-height: 1;
|
||||
color: var(--highlight);
|
||||
}
|
||||
|
||||
.services .title {
|
||||
.skills .title {
|
||||
font-weight: 700;
|
||||
margin-bottom: 15px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.services .title a {
|
||||
.skills .title a {
|
||||
color: #111;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.services .description {
|
||||
.skills .description {
|
||||
font-size: 15px;
|
||||
line-height: 28px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.services .icon-box:hover {
|
||||
.skills .icon-box:hover {
|
||||
border-color: var(--highlight);
|
||||
}
|
||||
|
||||
.services .icon-box:hover .title a {
|
||||
.skills .icon-box:hover .title a {
|
||||
color: var(--highlight);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user