Skip to content

Commit

Permalink
Merge pull request #85 from gudzsv/feature/projects
Browse files Browse the repository at this point in the history
Update projects.css
  • Loading branch information
gudzsv authored May 1, 2024
2 parents db1a16b + a96e355 commit 0133d83
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/partials/projects/projects.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.project-list {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
padding: 0;
margin: 0;
Expand Down Expand Up @@ -123,7 +120,7 @@ text-align: left;
justify-content: center;
gap: 12px;
margin-top: 32px;
margin-bottom: 64px;
padding-bottom: 64px;
}

.projects {
Expand Down Expand Up @@ -164,12 +161,12 @@ color: #FAFAFA66;
.project-swiper-btn:not([disabled]):hover,
.project-swiper-btn:not([disabled]):focus {
border: 1px solid #E0373F;
transform: scale(1.03);

}
.project-swiper-btn:not([disabled]):hover .project-btn-icon,
.project-swiper-btn:not([disabled]):focus .project-btn-icon {
stroke: #E0373F;
transform: scale(1.03);

}

/* =============TABLET====================== */
Expand Down Expand Up @@ -208,7 +205,7 @@ color: #FAFAFA66;
gap: 20px;
}
.projects-swiper-btns {
margin-bottom: 96px;
padding-bottom: 96px;
}
}

Expand All @@ -227,6 +224,6 @@ color: #FAFAFA66;
padding: 120px 37px;
}
.projects-swiper-btns {
margin-bottom: 164x;
padding-bottom: 164x;
}
}

0 comments on commit 0133d83

Please sign in to comment.