Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaddockAime committed Aug 16, 2024
1 parent d78dce5 commit 032fadb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/assets/styles/ServicesPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
margin: 3rem;
border-radius: 2rem;
border: 3px solid $third-color;
transition: all 0.3s ease;

&:hover {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
border-color: $primary-color;
transform: translateY(-10px);
}
.icon {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 032fadb

Please sign in to comment.