renamed services to skills

This commit is contained in:
Karma Riuk
2023-09-07 10:20:57 +02:00
parent f3178c4f26
commit 2aaa70cc5e
2 changed files with 14 additions and 14 deletions

View File

@ -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);
}