Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
feat: align the "go back" button on the projects page with the lists
Browse files Browse the repository at this point in the history
Looks better this way :D (I also spaced out everything else on that page a little bit better)

Closes #43
  • Loading branch information
prescientmoon committed May 26, 2020
1 parent 639a155 commit affe3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/styles/pages/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#projects > #projects-header {
display: flex;
align-items: center;
margin: 1rem;
}

#projects > #projects-header > #back {
Expand All @@ -30,7 +31,7 @@
}

#projects > #projects-header > #back > .material-icons {
filter: brightness(0.8);
filter: brightness(0.9);
cursor: pointer;
transition: filter $transition-time;

Expand Down

0 comments on commit affe3f1

Please sign in to comment.