closes #19
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
This commit is contained in:
parent
4538392003
commit
008fc41823
1 changed files with 3 additions and 4 deletions
|
|
@ -281,7 +281,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-nav-item:not(:last-child) {
|
.portfolio-nav-item:not(:last-child) {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-nav-item button {
|
.portfolio-nav-item button {
|
||||||
|
|
@ -291,8 +291,7 @@
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform: scale(0.85);
|
transform: scale(1.25);
|
||||||
opacity: 0.5;
|
|
||||||
transition: transform 0.6s var(--ease-standard), opacity 0.6s var(--ease-standard);
|
transition: transform 0.6s var(--ease-standard), opacity 0.6s var(--ease-standard);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -301,7 +300,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.portfolio-nav-item.active button {
|
.portfolio-nav-item.active button {
|
||||||
transform: scale(1.5) translateX(-20%);
|
transform: scale(1.75);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue