Skip to content

Commit

Permalink
Updated CodeDiagram.scss
Browse files Browse the repository at this point in the history
Added pointer when hovering a code snippet.
Also fixed it so the code is 50/50 with the
arrow diagrams.
  • Loading branch information
lawtlee committed Oct 17, 2023
1 parent 36c3d37 commit c00f8d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/CodeDiagram.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,15 @@
margin: 0.5em;
padding: 5px 10px;
width: fit-content;

&:hover {
cursor: pointer;
}
}

.arrow {
position: relative;
width: 50%;
}

@media screen and (max-width: 1024px) {
Expand Down

0 comments on commit c00f8d9

Please sign in to comment.