From c00f8d94abf2a1adca4b16eec5802af1d0638dd1 Mon Sep 17 00:00:00 2001 From: lawtlee Date: Tue, 17 Oct 2023 11:23:32 -0700 Subject: [PATCH] Updated CodeDiagram.scss Added pointer when hovering a code snippet. Also fixed it so the code is 50/50 with the arrow diagrams. --- src/styles/CodeDiagram.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/CodeDiagram.scss b/src/styles/CodeDiagram.scss index 9a44e515..4e761e62 100644 --- a/src/styles/CodeDiagram.scss +++ b/src/styles/CodeDiagram.scss @@ -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) {