Skip to content

Commit 39ad145

Browse files
authored
Merge branch 'main' into SanjnaT41756-patch-1
2 parents a483255 + 8667a0b commit 39ad145

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/styles/Exercises/UnitCircleExercise.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
display: flex;
33
flex-direction: row;
44
justify-content: center;
5+
left: 11%; //change: added
56
//margin: 25% 10% 15%;
67
//width: calc(550px + 1vw);
7-
margin-bottom: 2%;
8-
margin-left: 15%;
9-
margin-top: 5%;
10-
max-width: 400px;
8+
margin-bottom: 1%; //changed from 2%
9+
margin-left: 10%; //changed from 15%
10+
margin-top: 3%; //changed from 5%
11+
max-width: 400px; //400px
1112
position: relative;
1213
width: 70%;
1314
}
@@ -19,7 +20,7 @@
1920

2021
.turtle {
2122
bottom: calc(0.15 * 100%);
22-
left: calc(0.46 * 100%);
23+
left: calc(0.45 * 100%); //changed from calc(0.46 * 100%);
2324
position: absolute;
2425
// width: 10%;
2526
}

0 commit comments

Comments
 (0)