diff --git a/src/pages/Demo.tsx b/src/pages/Demo.tsx
index 29b4914a..6201c37b 100644
--- a/src/pages/Demo.tsx
+++ b/src/pages/Demo.tsx
@@ -52,7 +52,7 @@ const Demo: FC = () => {
size={40}
handleCorrect={setConfetti}
>
-
+
Every time your program creates a variable, it places the variable diff --git a/src/styles/Demo.scss b/src/styles/Demo.scss index 966900e1..878e5067 100644 --- a/src/styles/Demo.scss +++ b/src/styles/Demo.scss @@ -32,7 +32,7 @@ $header-height: 8vh; margin: 2rem; } - .pipi { + .demo-pipi { height: 70px; object-fit: cover; width: 50px; diff --git a/src/styles/Exercise3.scss b/src/styles/Exercise3.scss index 3a8f9eaa..b6b05270 100644 --- a/src/styles/Exercise3.scss +++ b/src/styles/Exercise3.scss @@ -6,7 +6,7 @@ margin-top: 2.5em; } -.pipi { +.exercise-3-pipi { position: absolute; top: 515px; z-index: 2; diff --git a/src/styles/Lesson1.scss b/src/styles/Lesson1.scss index fe82c84b..8b0f05f8 100644 --- a/src/styles/Lesson1.scss +++ b/src/styles/Lesson1.scss @@ -3,7 +3,7 @@ // Pipi //======================================= -.pipi { +.lesson-1-pipi { display: block; margin-left: auto; margin-right: auto;