We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae0c8e commit 8667a0bCopy full SHA for 8667a0b
src/styles/Exercises/UnitCircleExercise.scss
@@ -2,12 +2,13 @@
2
display: flex;
3
flex-direction: row;
4
justify-content: center;
5
+ left: 11%; //change: added
6
//margin: 25% 10% 15%;
7
//width: calc(550px + 1vw);
- margin-bottom: 2%;
8
- margin-left: 15%;
9
- margin-top: 5%;
10
- max-width: 400px;
+ margin-bottom: 1%; //changed from 2%
+ margin-left: 10%; //changed from 15%
+ margin-top: 3%; //changed from 5%
11
+ max-width: 400px; //400px
12
position: relative;
13
width: 70%;
14
}
@@ -19,7 +20,7 @@
19
20
21
.turtle {
22
bottom: calc(0.15 * 100%);
- left: calc(0.46 * 100%);
23
+ left: calc(0.45 * 100%); //changed from calc(0.46 * 100%);
24
position: absolute;
25
// width: 10%;
26
0 commit comments