portfolio > nav : increase gap between items
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s
This commit is contained in:
parent
7bc6451ae5
commit
3ce350d2d7
1 changed files with 4 additions and 0 deletions
|
|
@ -238,6 +238,10 @@
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.portfolio-nav-item:not(:last-child) {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.portfolio-nav-item button {
|
.portfolio-nav-item button {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue