Spaces:
Sleeping
Sleeping
added sentence and font inrease
Browse files- public/media/girl_flowers.png +3 -0
- public/questions.json +1 -1
- src/App.css +2 -1
public/media/girl_flowers.png
ADDED
![]() |
Git LFS Details
|
public/questions.json
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
"distractors": ["to the teacher", "to Grandpa", "to the boy"]
|
25 |
},
|
26 |
{
|
27 |
-
"file": "/media/girl_flowers.
|
28 |
"who": "The girl",
|
29 |
"doing": "is offering",
|
30 |
"what": "flowers",
|
|
|
24 |
"distractors": ["to the teacher", "to Grandpa", "to the boy"]
|
25 |
},
|
26 |
{
|
27 |
+
"file": "/media/girl_flowers.png",
|
28 |
"who": "The girl",
|
29 |
"doing": "is offering",
|
30 |
"what": "flowers",
|
src/App.css
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
.colorful-semantics {
|
2 |
max-width: 1100px;
|
3 |
-
margin: 0 auto;
|
4 |
padding: 2rem;
|
5 |
text-align: center;
|
6 |
font-family: 'Arial', sans-serif;
|
7 |
display: flex;
|
8 |
flex-direction: column;
|
9 |
align-items: center;
|
|
|
10 |
}
|
11 |
|
12 |
.loading {
|
|
|
1 |
.colorful-semantics {
|
2 |
max-width: 1100px;
|
3 |
+
margin: 0 0 0 auto;
|
4 |
padding: 2rem;
|
5 |
text-align: center;
|
6 |
font-family: 'Arial', sans-serif;
|
7 |
display: flex;
|
8 |
flex-direction: column;
|
9 |
align-items: center;
|
10 |
+
justify-content: flex-end;
|
11 |
}
|
12 |
|
13 |
.loading {
|