Skip to content

Commit

Permalink
Another Transition
Browse files Browse the repository at this point in the history
  • Loading branch information
Semias committed Feb 24, 2023
1 parent 4961b4f commit 7ba90b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Gallographic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ $cibg3: #2a2a2a;
.section-row-gallery {
background-color: var(--cibg3);
padding: 8rem 0 6rem;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
.section-container-gallery {
max-width: 1500px;
margin: 0 auto;
Expand Down
3 changes: 3 additions & 0 deletions src/components/Skills.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ $cibg3: #2a2a2a;
background-color: var(--cibg2);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
padding: 8rem 0 14rem;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
@include media("<=xs") {
padding: 6rem 0;
Expand Down

1 comment on commit 7ba90b7

@vercel
Copy link

@vercel vercel bot commented on 7ba90b7 Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.