pxt-arcade 1.7.3 → 1.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/built/common-sim.d.ts +2 -0
  2. package/built/common-sim.js +4 -0
  3. package/built/target.js +1788 -236
  4. package/built/target.json +1788 -236
  5. package/built/targetlight.json +5 -5
  6. package/built/theme.json +3 -2
  7. package/docs/gamejam/global-2021.html +459 -0
  8. package/docs/hour-of-code/all.md +27 -0
  9. package/docs/hour-of-code/{educators.html → educators-2020.html} +25 -25
  10. package/docs/hour-of-code/educators-2021.html +625 -0
  11. package/docs/{hour-of-code.html → hour-of-code-2020.html} +37 -37
  12. package/docs/hour-of-code-2021.html +438 -183
  13. package/docs/hour-of-code-ref.json +3 -0
  14. package/docs/index-ref.json +1 -1
  15. package/docs/multipart-tutorials.md +0 -8
  16. package/docs/projects/SUMMARY.md +3 -2
  17. package/docs/recipes.md +0 -7
  18. package/docs/skillmap/clicker/clicker1.md +7 -7
  19. package/docs/skillmap/clicker/clicker2.md +9 -9
  20. package/docs/skillmap/clicker/clicker3.md +8 -8
  21. package/docs/skillmap/clicker/clicker4.md +8 -8
  22. package/docs/skillmap/clicker/clicker4a.md +7 -7
  23. package/docs/skillmap/clicker/clicker5.md +3 -3
  24. package/docs/skillmap/clicker-themed/clickert1.md +66 -38
  25. package/docs/skillmap/clicker-themed/clickert2.md +77 -58
  26. package/docs/skillmap/clicker-themed/clickert3.md +75 -55
  27. package/docs/skillmap/clicker-themed/clickert4.md +105 -118
  28. package/docs/skillmap/collector/collector1.md +11 -11
  29. package/docs/skillmap/collector/collector1a.md +8 -8
  30. package/docs/skillmap/collector/collector2.md +8 -8
  31. package/docs/skillmap/collector/collector3.md +8 -8
  32. package/docs/skillmap/collector/collector3a.md +7 -7
  33. package/docs/skillmap/collector/collector4.md +8 -8
  34. package/docs/skillmap/collector/collector5.md +2 -2
  35. package/docs/skillmap/collector-themed/collectort1.md +107 -88
  36. package/docs/skillmap/collector-themed/collectort2.md +109 -87
  37. package/docs/skillmap/collector-themed/collectort3.md +138 -115
  38. package/docs/skillmap/collector-themed/collectort4.md +130 -118
  39. package/docs/skillmap/collector-themed/collectort4old.md +23 -23
  40. package/docs/skillmap/collector-themed/collectort5.md +2 -2
  41. package/docs/skillmap/educator-info/forest-map-info.md +34 -25
  42. package/docs/skillmap/educator-info/pongo-map-info.md +55 -0
  43. package/docs/skillmap/educator-info/racer-map-info.md +105 -0
  44. package/docs/skillmap/educator-info/rockstar-map-info.md +1 -1
  45. package/docs/skillmap/educator-info/simple-shark-map-info.md +101 -0
  46. package/docs/skillmap/forest/forest1.md +1 -69
  47. package/docs/skillmap/forest/forest2.md +5 -65
  48. package/docs/skillmap/forest/forest3.md +1 -174
  49. package/docs/skillmap/forest/forest4.md +2 -336
  50. package/docs/skillmap/forest/forest5.md +1 -396
  51. package/docs/skillmap/forest/forest6.md +6 -372
  52. package/docs/skillmap/forest-old.md +92 -0
  53. package/docs/skillmap/forest.md +9 -9
  54. package/docs/skillmap/forest_new/forest1.md +191 -0
  55. package/docs/skillmap/forest_new/forest2.md +217 -0
  56. package/docs/skillmap/forest_new/forest3.md +333 -0
  57. package/docs/skillmap/forest_new/forest4.md +196 -0
  58. package/docs/skillmap/forest_new/forest5.md +291 -0
  59. package/docs/skillmap/forest_new/forest6.md +272 -0
  60. package/docs/skillmap/interface/activity1.md +41 -49
  61. package/docs/skillmap/jungle/jungle1.md +48 -28
  62. package/docs/skillmap/jungle/jungle2.md +50 -26
  63. package/docs/skillmap/jungle/jungle3.md +48 -27
  64. package/docs/skillmap/jungle/jungle4.md +76 -58
  65. package/docs/skillmap/jungle/jungle5.md +31 -25
  66. package/docs/skillmap/jungle/jungle6.md +34 -28
  67. package/docs/skillmap/jungle/jungle7.md +36 -24
  68. package/docs/skillmap/jungle/jungle8.md +27 -25
  69. package/docs/skillmap/jungle.md +7 -3
  70. package/docs/skillmap/long-shark.md +119 -0
  71. package/docs/skillmap/pongo/pongo1.md +256 -0
  72. package/docs/skillmap/pongo/pongo2.md +179 -0
  73. package/docs/skillmap/pongo/pongo3.md +177 -0
  74. package/docs/skillmap/pongo.md +59 -0
  75. package/docs/skillmap/racer.md +7 -7
  76. package/docs/skillmap/rockstar/rockstar1.md +32 -41
  77. package/docs/skillmap/rockstar/rockstar2.md +45 -27
  78. package/docs/skillmap/rockstar/rockstar3.md +45 -27
  79. package/docs/skillmap/rockstar.md +3 -1
  80. package/docs/skillmap/shark/shark1-simple.md +151 -0
  81. package/docs/skillmap/shark/shark2-simple.md +203 -0
  82. package/docs/skillmap/shark/shark3-simple.md +204 -0
  83. package/docs/skillmap/shark/shark4-simple.md +246 -0
  84. package/docs/skillmap/shark/shark4a-simple.md +244 -0
  85. package/docs/skillmap/shark.md +25 -58
  86. package/docs/skillmap/space/space1.md +63 -29
  87. package/docs/skillmap/space/space2.md +34 -25
  88. package/docs/skillmap/space/space3.md +86 -69
  89. package/docs/skillmap/space/space4.md +96 -65
  90. package/docs/skillmap/space/space4a.md +34 -25
  91. package/docs/skillmap/space/space5.md +81 -45
  92. package/docs/skillmap/space/space6.md +59 -81
  93. package/docs/skillmap/space.md +8 -5
  94. package/docs/skillmap/story/card.md +6 -6
  95. package/docs/skillmap/story/card2.md +6 -6
  96. package/docs/skillmap/story/story1.md +60 -175
  97. package/docs/skillmap/story/story2.md +89 -327
  98. package/docs/skillmap/story/story3.md +238 -228
  99. package/docs/skillmap/story/story4.md +23 -23
  100. package/docs/skillmap/zoo/zoo1.md +31 -16
  101. package/docs/skillmap/zoo/zoo2.md +45 -30
  102. package/docs/skillmap/zoo/zoo2a.md +51 -36
  103. package/docs/skillmap/zoo/zoo3.md +8 -7
  104. package/docs/skillmap/zoo/zoo4.md +61 -32
  105. package/docs/skillmap/zoo/zoo5.md +41 -31
  106. package/docs/skillmap/zoo.md +2 -2
  107. package/docs/skillmaps.md +20 -4
  108. package/docs/static/experiments/accessibleblocks.png +0 -0
  109. package/docs/static/experiments/blockserrorlist.png +0 -0
  110. package/docs/static/gamejam/jams/global-2021/assets/banner.png +0 -0
  111. package/docs/static/gamejam/jams/global-2021/info.json +10 -0
  112. package/docs/static/gamejam/jams/global-2021/rules.md +22 -0
  113. package/docs/static/gamejam/jams/global-2021/style.css +141 -0
  114. package/docs/static/gamejam/lib/gamejam.d.ts +1 -0
  115. package/docs/static/gamejam/lib/gamejam.js +34 -24
  116. package/docs/static/gamejam/lib/gamejam.ts +35 -24
  117. package/docs/static/hero-gallery/stream.png +0 -0
  118. package/docs/static/hour-of-code/{apple.png → 2020/apple.png} +0 -0
  119. package/docs/static/hour-of-code/{arcade.png → 2020/arcade.png} +0 -0
  120. package/docs/static/hour-of-code/{asphodel.png → 2020/asphodel.png} +0 -0
  121. package/docs/static/hour-of-code/{card.png → 2020/card.png} +0 -0
  122. package/docs/static/hour-of-code/{chase-the-pizza.png → 2020/chase-the-pizza.png} +0 -0
  123. package/docs/static/hour-of-code/{clovers.png → 2020/clovers.png} +0 -0
  124. package/docs/static/hour-of-code/{design.png → 2020/design.png} +0 -0
  125. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level1.png +0 -0
  126. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level4.png +0 -0
  127. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level6.png +0 -0
  128. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level7.png +0 -0
  129. package/docs/static/hour-of-code/{educators → 2020/educators}/asphodel-level9.png +0 -0
  130. package/docs/static/hour-of-code/{educators → 2020/educators}/clover-design.gif +0 -0
  131. package/docs/static/hour-of-code/{educators → 2020/educators}/shark-attack-tutorial.png +0 -0
  132. package/docs/static/hour-of-code/{galga.png → 2020/galga.png} +0 -0
  133. package/docs/static/hour-of-code/{lemon-leak.png → 2020/lemon-leak.png} +0 -0
  134. package/docs/static/hour-of-code/{micro-bit.png → 2020/micro-bit.png} +0 -0
  135. package/docs/static/hour-of-code/{minecraft.png → 2020/minecraft.png} +0 -0
  136. package/docs/static/hour-of-code/{nfl.png → 2020/nfl.png} +0 -0
  137. package/docs/static/hour-of-code/{ocean-jam.png → 2020/ocean-jam.png} +0 -0
  138. package/docs/static/hour-of-code/{pixel-background-primary.png → 2020/pixel-background-primary.png} +0 -0
  139. package/docs/static/hour-of-code/{pixel-background-secondary.png → 2020/pixel-background-secondary.png} +0 -0
  140. package/docs/static/hour-of-code/{shadowed-aside-frame.png → 2020/shadowed-aside-frame.png} +0 -0
  141. package/docs/static/hour-of-code/{shadowed-button-frame.png → 2020/shadowed-button-frame.png} +0 -0
  142. package/docs/static/hour-of-code/{shadowed-primary-frame.png → 2020/shadowed-primary-frame.png} +0 -0
  143. package/docs/static/hour-of-code/{shark-attack.png → 2020/shark-attack.png} +0 -0
  144. package/docs/static/hour-of-code/{simulator.gif → 2020/simulator.gif} +0 -0
  145. package/docs/static/hour-of-code/{simulator.png → 2020/simulator.png} +0 -0
  146. package/docs/static/hour-of-code/{styles.css → 2020/styles.css} +1 -1
  147. package/docs/static/hour-of-code/2021/Rowdies/OFL.txt +93 -0
  148. package/docs/static/hour-of-code/2021/Rowdies/Rowdies-Bold.ttf +0 -0
  149. package/docs/static/hour-of-code/2021/Rowdies/Rowdies-Regular.ttf +0 -0
  150. package/docs/static/hour-of-code/2021/beginner-skillmap.png +0 -0
  151. package/docs/static/hour-of-code/2021/favicon.png +0 -0
  152. package/docs/static/hour-of-code/2021/forest-skillmap-game.gif +0 -0
  153. package/docs/static/hour-of-code/2021/game-jam-hero.png +0 -0
  154. package/docs/static/hour-of-code/2021/hoc-2020.png +0 -0
  155. package/docs/static/hour-of-code/2021/hoc-card.png +0 -0
  156. package/docs/static/hour-of-code/2021/hoc-header-educators.png +0 -0
  157. package/docs/static/hour-of-code/2021/hoc-header-plane.gif +0 -0
  158. package/docs/static/hour-of-code/2021/hoc-header-scene.gif +0 -0
  159. package/docs/static/hour-of-code/2021/jungle-skillmap.png +0 -0
  160. package/docs/static/hour-of-code/2021/makecode-example.png +0 -0
  161. package/docs/static/hour-of-code/2021/microbit.png +0 -0
  162. package/docs/static/hour-of-code/2021/minecraft.png +0 -0
  163. package/docs/static/hour-of-code/2021/rockstar-skillmap.png +0 -0
  164. package/docs/static/hour-of-code/2021/styles.css +660 -62
  165. package/docs/static/logo.png +0 -0
  166. package/docs/static/skillmap/assets/my-assets-three.png +0 -0
  167. package/docs/static/skillmap/assets/sprite-from-container.gif +0 -0
  168. package/docs/static/skillmap/backgrounds/jungle-bg.png +0 -0
  169. package/docs/static/skillmap/backgrounds/jungle-map.png +0 -0
  170. package/docs/static/skillmap/backgrounds/rock-map.png +0 -0
  171. package/docs/static/skillmap/backgrounds/rockstar-card.gif +0 -0
  172. package/docs/static/skillmap/backgrounds/space-comp.png +0 -0
  173. package/docs/static/skillmap/backgrounds/space.png +0 -0
  174. package/docs/static/skillmap/certificates/forest-cert.pdf +0 -0
  175. package/docs/static/skillmap/certificates/forest-cert.png +0 -0
  176. package/docs/static/skillmap/certificates/jungle-cert.pdf +0 -0
  177. package/docs/static/skillmap/certificates/jungle-cert.png +0 -0
  178. package/docs/static/skillmap/certificates/rockstar-cert.pdf +0 -0
  179. package/docs/static/skillmap/certificates/rockstar-cert.png +0 -0
  180. package/docs/static/skillmap/certificates/shark-cert.pdf +0 -0
  181. package/docs/static/skillmap/certificates/shark-cert.png +0 -0
  182. package/docs/static/skillmap/certificates/space-cert.pdf +0 -0
  183. package/docs/static/skillmap/certificates/space-cert.png +0 -0
  184. package/docs/static/skillmap/pongo/pongo1.gif +0 -0
  185. package/docs/static/skillmap/pongo/pongo2gif +0 -0
  186. package/docs/static/skillmap/pongo/pongo3.gif +0 -0
  187. package/docs/static/skillmap/racer/racer1.gif +0 -0
  188. package/docs/static/skillmap/racer/racer2.gif +0 -0
  189. package/docs/static/skillmap/racer/racer3.gif +0 -0
  190. package/docs/static/skillmap/rockstar/rockstar1.gif +0 -0
  191. package/docs/static/skillmap/rockstar/rockstar2.gif +0 -0
  192. package/docs/static/skillmap/rockstar/rockstar3.gif +0 -0
  193. package/docs/static/skillmap/shark/shark1-simple.gif +0 -0
  194. package/docs/static/skillmap/shark/shark4a-simple.gif +0 -0
  195. package/docs/static/skillmap/zoo/overlaps-food-sprite.gif +0 -0
  196. package/docs/tutorials/barrel-dodger.md +4 -4
  197. package/docs/tutorials/collect-the-clovers.md +2 -2
  198. package/docs/tutorials/froggy.md +105 -90
  199. package/docs/tutorials/hundred.md +400 -0
  200. package/package.json +3 -3
  201. package/pxtarget.json +3 -2
  202. package/targetconfig.json +4 -1
  203. package/docs/recipes/wonder-woman-1984/01-maze.md +0 -291
  204. package/docs/recipes/wonder-woman-1984/02-artifact.md +0 -70
  205. package/docs/recipes/wonder-woman-1984/03-enemies.md +0 -65
  206. package/docs/skillmap/forest/forest9.md +0 -714
  207. package/docs/static/hour-of-code/2021/placeholder.png +0 -0
  208. package/docs/static/hour-of-code/ww-maze.png +0 -0
  209. package/docs/static/recipes/wonder-woman-1984/artifact-preview.png +0 -0
  210. package/docs/static/recipes/wonder-woman-1984/artifacts-location.gif +0 -0
  211. package/docs/static/recipes/wonder-woman-1984/draw-maze-backup.png +0 -0
  212. package/docs/static/recipes/wonder-woman-1984/draw-walls-backup.png +0 -0
  213. package/docs/static/recipes/wonder-woman-1984/end-position.png +0 -0
  214. package/docs/static/recipes/wonder-woman-1984/enemies-location.gif +0 -0
  215. package/docs/static/recipes/wonder-woman-1984/enemies-preview.png +0 -0
  216. package/docs/static/recipes/wonder-woman-1984/fill-maze.gif +0 -0
  217. package/docs/static/recipes/wonder-woman-1984/fill-walls.gif +0 -0
  218. package/docs/static/recipes/wonder-woman-1984/wonder-woman3.png +0 -0
  219. package/docs/static/recipes/wonder-woman-1984/ww-splash3.gif +0 -0
  220. package/docs/static/recipes/wonder-woman-1984/ww-splash3.mp4 +0 -0
  221. package/docs/static/ww84-background.png +0 -0
  222. package/docs/static/ww84-header.png +0 -0
  223. package/docs/ww84.html +0 -276
  224. package/sim/public/locales/zh-CN/bundled-strings.json +0 -1800
  225. package/sim/public/locales/zh-CN/target-strings.json +0 -13
  226. package/sim/public/locales/zh-TW/bundled-strings.json +0 -1903
  227. package/sim/public/locales/zh-TW/target-strings.json +0 -8
@@ -1,8 +1,8 @@
1
1
  /*
2
2
 
3
- Hour of Code 2021 Theming
3
+ Hour of Code 2021 Theming
4
4
 
5
- -- Colors:
5
+ -- Colors:
6
6
  ---- #FFFFFF
7
7
  ---- #000000
8
8
  ---- #3DC1AA (Marina)
@@ -10,45 +10,71 @@ Hour of Code 2021 Theming
10
10
  ---- #DE594B (Papaya)
11
11
  ---- #453052 (Eggplant)
12
12
 
13
- -- Fonts:
13
+ -- Fonts:
14
14
  ---- Rowdies (Display)
15
- ---- Roboto (Body)
15
+ ---- Roboto (Body)
16
16
  */
17
17
 
18
18
  /* Global --------------------------------------------------------------------------- */
19
19
 
20
20
  html {
21
- font-size: 10px;
21
+ font-size: 10px !important;
22
22
  }
23
23
 
24
24
  body,
25
25
  a,
26
26
  button,
27
- p {
27
+ p,
28
+ li {
28
29
  font-size: 1.8rem;
29
30
  font-family: 'Roboto', sans-serif;
30
31
  }
31
32
 
33
+ .lg-p {
34
+ font-size: 2.2rem;
35
+ }
36
+
37
+ li {
38
+ padding: 1rem 0;
39
+ }
40
+
41
+ li li {
42
+ padding: 0;
43
+ margin: 0.5rem 0;
44
+ }
45
+
32
46
  .body-font {
33
47
  font-family: 'Roboto', sans-serif;
34
48
  font-weight: 400;
35
49
  }
36
50
 
37
51
  .display-font {
38
- font-family: 'Rowdies', sans-serif;
39
- font-weight: 400;
52
+ font-family: 'Rowdies', 'Segoe UI', sans-serif;
53
+ font-weight: 700;
54
+ }
55
+
56
+ /* Dynamic scaling */
57
+ @media (min-width: 4000px) {
58
+ html {
59
+ font-size: 16px !important;
60
+ }
61
+ }
62
+
63
+ @media (min-width: 3000px) {
64
+ html {
65
+ font-size: 14px !important;
66
+ }
40
67
  }
41
68
 
42
- /* Font scaling */
43
69
  @media (min-width: 2000px) {
44
70
  html {
45
- font-size: 16px;
71
+ font-size: 12px !important;
46
72
  }
47
73
  }
48
74
 
49
75
  @media (max-width: 768px) {
50
76
  html {
51
- font-size: 8px;
77
+ font-size: 8px !important;
52
78
  }
53
79
  }
54
80
 
@@ -113,17 +139,23 @@ h5 {
113
139
  }
114
140
 
115
141
  .background-marina a,
116
- .background-sunflower a {
142
+ .background-sunflower a,
143
+ .background-papaya a {
117
144
  color: #453052;
118
145
  }
119
146
 
120
147
  .background-marina a:hover,
121
- .background-sunflower a:hover {
148
+ .background-sunflower a:hover,
149
+ .background-papaya a:hover {
122
150
  color: #33203f;
123
151
  }
124
152
 
125
- .background-placeholder {
126
- background-image: url('./placeholder.png');
153
+ .background-papaya a {
154
+ color: #fadd73;
155
+ }
156
+
157
+ .background-papaya a:hover {
158
+ color: #eeca49;
127
159
  }
128
160
 
129
161
  .marina {
@@ -139,51 +171,251 @@ h5 {
139
171
  color: #453052;
140
172
  }
141
173
 
174
+ /* Navbar --------------------------------------------------------------------------- */
175
+
176
+ #header-bar,
177
+ #header-bar > div {
178
+ display: flex;
179
+ align-items: center;
180
+ flex: 1;
181
+ }
182
+
183
+ .header-bar-left {
184
+ justify-content: flex-start;
185
+ }
186
+ .header-bar-right {
187
+ justify-content: flex-end;
188
+ }
189
+
190
+ .header-org-logo {
191
+ display: flex;
192
+ }
193
+ .header-org-logo-sm {
194
+ display: none;
195
+ }
196
+
197
+ .header-org-logo img,
198
+ .header-org-logo-sm img {
199
+ margin: 0 15px;
200
+ height: 22px;
201
+ flex-shrink: 0;
202
+ }
203
+
204
+ .header-title {
205
+ white-space: nowrap;
206
+ }
207
+
208
+ .header-title:before {
209
+ content: '';
210
+ position: relative;
211
+ height: 18px;
212
+ border-left: 2px solid white;
213
+ }
214
+
215
+ .header-title span {
216
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
217
+ font-size: 18px;
218
+ font-weight: 700;
219
+ color: white;
220
+ margin-left: 15px;
221
+ margin-bottom: 1px;
222
+ }
223
+
224
+ a.header-icon {
225
+ height: 100%;
226
+ padding: 15px;
227
+ color: white;
228
+ text-decoration: none;
229
+ }
230
+
231
+ a.header-icon:hover,
232
+ a.header-icon:focus {
233
+ color: white;
234
+ opacity: 0.8;
235
+ }
236
+
237
+ a.header-icon i.icon {
238
+ height: unset;
239
+ }
240
+
241
+ nav a {
242
+ cursor: pointer;
243
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana;
244
+ font-style: unset;
245
+ text-transform: none !important;
246
+ }
247
+
248
+ nav .icon {
249
+ font-size: 26px;
250
+ line-height: 26px;
251
+ }
252
+
253
+ nav .header-bar-left a,
254
+ nav .header-bar-left a:hover {
255
+ display: flex;
256
+ color: white;
257
+ text-decoration: none;
258
+ }
259
+
260
+ nav .header-bar-right .btn:active svg path {
261
+ fill: white;
262
+ }
263
+
264
+ nav .header-bar-right .btn {
265
+ min-width: unset;
266
+ padding: 10px;
267
+ width: 160px;
268
+ margin: 0 15px;
269
+ display: flex;
270
+ align-items: center;
271
+ justify-content: center;
272
+ }
273
+
274
+ nav .header-bar-right .btn span {
275
+ margin-right: 10px;
276
+ line-height: 18px;
277
+ }
278
+
279
+ nav .header-bar-right .btn svg path {
280
+ fill: black;
281
+ }
282
+
142
283
  /* Header --------------------------------------------------------------------------- */
143
284
 
144
285
  header.hoc-header {
145
- height: 30rem;
146
- position: relative;
286
+ height: 50rem;
147
287
  display: flex;
148
288
  flex-wrap: wrap;
149
- align-items: center;
289
+ align-items: flex-start;
150
290
  justify-content: center;
291
+ position: relative;
292
+ background-repeat: repeat-x;
293
+ background-size: auto 50rem;
294
+ background-position: center bottom;
295
+ }
296
+
297
+ header.hoc-header .header-background-image {
298
+ position: absolute;
299
+ left: 0;
300
+ right: 0;
301
+ top: 0;
302
+ bottom: 0;
303
+ background-repeat: no-repeat;
304
+ background-size: auto 50rem;
305
+ background-position: center bottom;
151
306
  }
152
307
 
153
308
  header.hoc-header .header-text {
309
+ margin-top: 8rem;
310
+ max-width: 50rem;
154
311
  text-align: center;
312
+ margin-left: 1rem;
313
+ user-select: none;
155
314
  }
156
315
 
157
316
  header.hoc-header .header-text .title {
158
317
  display: flex;
159
318
  align-items: center;
160
319
  justify-content: center;
320
+ flex-wrap: wrap;
321
+ margin-left: 0.5rem;
322
+ }
323
+
324
+ header.hoc-header .header-text .title h1 {
325
+ filter: drop-shadow(-0.5rem 0.5rem 0 #eeca49);
161
326
  }
162
327
 
163
- header.hoc-header .header-text .title > * {
164
- margin: 0 1.5rem;
328
+ header.hoc-header .header-text .title .code {
329
+ font-size: 11rem;
330
+ margin-top: -4rem;
331
+ margin-left: -1rem;
332
+ position: relative;
333
+ }
334
+
335
+ header.hoc-header .header-text .title .code .small {
336
+ font-size: 5rem;
337
+ position: absolute;
338
+ right: -3rem;
339
+ top: -1.5rem;
165
340
  }
166
341
 
167
342
  header.hoc-header .header-text h3 {
168
- margin-top: 0;
343
+ margin-top: -1.5rem;
344
+ }
345
+
346
+ header.hoc-header-educators {
347
+ background-position: left bottom;
348
+ justify-content: flex-start;
349
+ }
350
+
351
+ header.hoc-header-educators .header-text {
352
+ margin-left: 10rem;
353
+ }
354
+
355
+ header.hoc-header-educators .header-text h3 {
356
+ display: inline-block;
357
+ margin: 0 auto;
358
+ background-color: #de594b;
359
+ color: white;
360
+ padding: 0.8rem 2rem;
361
+ border-radius: 5rem;
362
+ font-size: 2.8rem;
363
+ }
364
+
365
+ @media (max-width: 768px) {
366
+ header.hoc-header-educators {
367
+ background-position: left -9rem bottom;
368
+ }
369
+
370
+ header.hoc-header-educators .header-text {
371
+ margin-left: 0;
372
+ }
169
373
  }
170
374
 
171
375
  @media (max-width: 480px) {
172
376
  header.hoc-header {
173
- height: 35rem;
377
+ height: 40rem;
174
378
  }
175
379
 
176
380
  header.hoc-header .header-text {
177
381
  margin-top: 3rem;
382
+ max-width: 45rem;
178
383
  }
384
+ }
179
385
 
180
- header.hoc-header .header-text .title {
181
- flex-wrap: wrap;
386
+ /* Standard/Default Section --------------------------------------------------------------------------- */
387
+
388
+ section.hoc-section {
389
+ width: 90%;
390
+ max-width: 90rem;
391
+ margin: 4rem auto;
392
+ padding: 4rem 0;
393
+ }
394
+
395
+ section.hoc-section > *:last-child {
396
+ margin-bottom: 0;
397
+ }
398
+
399
+ section.hoc-section .title {
400
+ margin-bottom: 4rem;
401
+ }
402
+
403
+ section.hoc-section a.btn {
404
+ float: right;
405
+ margin-left: 2rem;
406
+ margin-top: 1rem;
407
+ }
408
+
409
+ @media (max-width: 768px) {
410
+ section.hoc-section {
411
+ margin-top: 0;
412
+ margin-bottom: 1rem;
182
413
  }
414
+ }
183
415
 
184
- header.hoc-header .header-text .title > * {
185
- margin: 0 1rem;
186
- line-height: 1;
416
+ @media (max-width: 480px) {
417
+ section.hoc-section .title {
418
+ margin-bottom: 2rem;
187
419
  }
188
420
  }
189
421
 
@@ -192,7 +424,7 @@ header.hoc-header .header-text h3 {
192
424
  section.hoc-section-01 {
193
425
  width: 90%;
194
426
  max-width: 110rem;
195
- margin: 2rem auto;
427
+ margin: 4rem auto;
196
428
  padding: 4rem 0;
197
429
  display: flex;
198
430
  align-items: center;
@@ -202,6 +434,10 @@ section.hoc-section-01 .section-text {
202
434
  margin-left: 7rem;
203
435
  }
204
436
 
437
+ section.hoc-section-01 .section-text:only-child {
438
+ margin-left: 0;
439
+ }
440
+
205
441
  section.hoc-section-01 .section-text > *:last-child {
206
442
  margin-bottom: 0;
207
443
  }
@@ -210,10 +446,22 @@ section.hoc-section-01 .section-text .title {
210
446
  margin-bottom: 4rem;
211
447
  }
212
448
 
213
- section.hoc-section-01 .activity-btn {
449
+ section.hoc-section-01 .activity-btn,
450
+ section.hoc-section-01 .hero {
214
451
  width: 35%;
215
452
  flex-shrink: 0;
216
- align-self: stretch;
453
+ }
454
+
455
+ section.hoc-section-01 .hero img {
456
+ width: 100%;
457
+ height: auto;
458
+ border-radius: 1rem;
459
+ }
460
+
461
+ section.hoc-section-01 a.btn {
462
+ float: right;
463
+ margin-left: 2rem;
464
+ margin-top: 1rem;
217
465
  }
218
466
 
219
467
  @media (max-width: 768px) {
@@ -235,7 +483,8 @@ section.hoc-section-01 .activity-btn {
235
483
  margin: 0;
236
484
  }
237
485
 
238
- section.hoc-section-01 .activity-btn {
486
+ section.hoc-section-01 .activity-btn,
487
+ section.hoc-section-01 .hero {
239
488
  width: 100%;
240
489
  margin-bottom: 5rem;
241
490
  }
@@ -248,15 +497,33 @@ section.hoc-section-01 .activity-btn {
248
497
  /* First Aside --------------------------------------------------------------------------- */
249
498
 
250
499
  section.hoc-aside-01 {
500
+ margin-bottom: 0;
501
+ }
502
+
503
+ section.hoc-aside-01 .wrapper {
251
504
  display: flex;
252
505
  align-items: center;
253
- margin-bottom: 2rem;
506
+ max-width: 160rem;
507
+ margin: 0 auto;
508
+ }
509
+
510
+ section.hoc-aside-01.background-sunflower {
511
+ margin-bottom: 0;
254
512
  }
255
513
 
256
514
  section.hoc-aside-01 .hero {
257
515
  width: 35%;
258
516
  flex-shrink: 0;
259
517
  align-self: stretch;
518
+ background-size: cover;
519
+ background-repeat: no-repeat;
520
+ background-position: center;
521
+ border: 1rem solid #3dc1aa;
522
+ }
523
+
524
+ section.hoc-aside-01.background-sunflower .hero {
525
+ background-image: unset;
526
+ border: 1rem solid #eeca49;
260
527
  }
261
528
 
262
529
  section.hoc-aside-01 .aside-text {
@@ -269,7 +536,8 @@ section.hoc-aside-01 .aside-text > *:last-child {
269
536
  }
270
537
 
271
538
  section.hoc-aside-01 .aside-text .title {
272
- margin-top: 2rem;
539
+ margin-top: 0;
540
+ margin-bottom: 2rem;
273
541
  }
274
542
 
275
543
  section.hoc-aside-01 .aside-text .subtitle {
@@ -278,12 +546,18 @@ section.hoc-aside-01 .aside-text .subtitle {
278
546
  }
279
547
 
280
548
  section.hoc-aside-01 .aside-text .btn {
281
- margin-top: 2rem;
549
+ margin-top: 1rem;
282
550
  float: right;
283
551
  }
284
552
 
553
+ @media (min-width: 1400px) {
554
+ section.hoc-aside-01 .hero {
555
+ width: 50%;
556
+ }
557
+ }
558
+
285
559
  @media (max-width: 480px) {
286
- section.hoc-aside-01 {
560
+ section.hoc-aside-01 .wrapper {
287
561
  flex-wrap: wrap-reverse;
288
562
  }
289
563
 
@@ -295,10 +569,12 @@ section.hoc-aside-01 .aside-text .btn {
295
569
  section.hoc-aside-01 .aside-text {
296
570
  padding: 2rem 0;
297
571
  margin: 2rem;
572
+ padding-top: 0;
573
+ margin-top: 0;
298
574
  }
299
575
 
300
576
  section.hoc-aside-01 .aside-text .title {
301
- margin: 0;
577
+ margin: 2rem 0;
302
578
  }
303
579
 
304
580
  section.hoc-aside-01 .aside-text .subtitle {
@@ -315,7 +591,7 @@ section.hoc-aside-01 .aside-text .btn {
315
591
  section.hoc-section-02 {
316
592
  width: 90%;
317
593
  max-width: 110rem;
318
- margin: 2rem auto;
594
+ margin: 4rem auto;
319
595
  padding: 4rem 0;
320
596
  }
321
597
 
@@ -347,6 +623,9 @@ section.hoc-section-02 .carousel .body {
347
623
  position: relative;
348
624
  border-top-right-radius: 0.5rem;
349
625
  border-bottom-right-radius: 0.5rem;
626
+ background-size: cover;
627
+ background-position: center;
628
+ background-repeat: no-repeat;
350
629
  }
351
630
 
352
631
  section.hoc-section-02 .carousel .body .btn {
@@ -355,6 +634,20 @@ section.hoc-section-02 .carousel .body .btn {
355
634
  right: 3rem;
356
635
  }
357
636
 
637
+ section.hoc-section-02 .carousel .body .body-overlay {
638
+ position: absolute;
639
+ top: 0;
640
+ bottom: 0;
641
+ left: 0;
642
+ right: 0;
643
+ border-bottom-right-radius: 0.5rem;
644
+ background: linear-gradient(
645
+ 0deg,
646
+ rgba(0, 0, 0, 1) 0%,
647
+ rgba(0, 0, 0, 0) 30%
648
+ );
649
+ }
650
+
358
651
  section.hoc-section-02 .carousel .list {
359
652
  flex-basis: 25rem;
360
653
  background-color: black;
@@ -371,6 +664,7 @@ section.hoc-section-02 .carousel .list .list-item {
371
664
  cursor: pointer;
372
665
  transition: 0.25s;
373
666
  font-size: 2rem;
667
+ line-height: 1.1;
374
668
  margin: 1rem 0;
375
669
  user-select: none;
376
670
  }
@@ -412,6 +706,7 @@ section.hoc-section-02 .carousel .list .list-item.active:hover {
412
706
  }
413
707
 
414
708
  section.hoc-section-02 .section-text .title {
709
+ flex-shrink: 1;
415
710
  margin-bottom: 2rem;
416
711
  }
417
712
 
@@ -419,12 +714,16 @@ section.hoc-section-02 .carousel .list .list-item.active:hover {
419
714
  margin: 0;
420
715
  }
421
716
 
717
+ section.hoc-section-02 .carousel {
718
+ height: 52rem;
719
+ }
720
+
422
721
  section.hoc-section-02 .carousel .list {
423
- flex-basis: 40%;
722
+ flex-basis: 35%;
424
723
  }
425
724
 
426
725
  section.hoc-section-02 .carousel .list .list-item {
427
- font-size: 1.8rem;
726
+ font-size: 1.6rem;
428
727
  }
429
728
 
430
729
  section.hoc-section-02 .carousel .body .btn {
@@ -439,12 +738,64 @@ section.hoc-section-02 .carousel .list .list-item.active:hover {
439
738
 
440
739
  section.hoc-aside-02 {
441
740
  padding: 4rem 0;
741
+ text-align: center;
742
+ padding-bottom: 2rem;
442
743
  }
443
744
 
444
- section.hoc-aside-02 .wrapper {
445
- margin: 0 7rem;
446
- display: flex;
745
+ section.hoc-aside-02 p {
746
+ padding: 0 2rem;
747
+ max-width: 70rem;
748
+ margin: 0 auto;
749
+ margin-bottom: 2rem;
750
+ }
751
+
752
+ section.hoc-aside-02 a {
753
+ display: inline-flex;
447
754
  align-items: center;
755
+ background-color: #eeca49;
756
+ transition: 0.25s;
757
+ font-size: 2.4rem;
758
+ width: 7rem;
759
+ height: 7rem;
760
+ border-radius: 50%;
761
+ color: black;
762
+ text-decoration: none;
763
+ margin: 1rem;
764
+ cursor: pointer;
765
+ }
766
+
767
+ section.hoc-aside-02 a:hover {
768
+ background-color: #d3b034;
769
+ transform: scale(1.1);
770
+ color: black;
771
+ text-decoration: none;
772
+ }
773
+
774
+ section.hoc-aside-02 a:active {
775
+ background-color: black;
776
+ transform: scale(0.9);
777
+ color: white;
778
+ text-decoration: none;
779
+ }
780
+
781
+ section.hoc-aside-02 a i,
782
+ section.hoc-aside-02 a svg {
783
+ margin: 0 auto;
784
+ line-height: 1;
785
+ font-size: 2.8rem;
786
+ }
787
+
788
+ section.hoc-aside-02 a svg {
789
+ max-height: 2.8rem;
790
+ width: auto;
791
+ }
792
+
793
+ section.hoc-aside-02 a:active svg path {
794
+ fill: white;
795
+ }
796
+
797
+ section.hoc-aside-02 a:last-child {
798
+ vertical-align: bottom;
448
799
  }
449
800
 
450
801
  section.hoc-aside-02 .aside-text {
@@ -483,16 +834,16 @@ section.hoc-aside-02 .tiles .tile:active {
483
834
  transform: scale(0.95);
484
835
  }
485
836
 
486
- section.hoc-aside-01 .aside-text .title {
837
+ section.hoc-aside-02 .aside-text .title {
487
838
  margin-top: 2rem;
488
839
  }
489
840
 
490
- section.hoc-aside-01 .aside-text .subtitle {
841
+ section.hoc-aside-02 .aside-text .subtitle {
491
842
  text-transform: uppercase;
492
843
  margin-bottom: 3rem;
493
844
  }
494
845
 
495
- section.hoc-aside-01 .aside-text .btn {
846
+ section.hoc-aside-02 .aside-text .btn {
496
847
  margin-top: 2rem;
497
848
  float: right;
498
849
  }
@@ -616,6 +967,97 @@ section.hoc-section-03 .certificate:active .action {
616
967
  }
617
968
  }
618
969
 
970
+ /* Educator Section 04 -------------------------------------------------------------------------- */
971
+
972
+ section.hoc-section-04 {
973
+ width: 90%;
974
+ max-width: 110rem;
975
+ margin: 2rem auto;
976
+ padding: 4rem 0;
977
+ display: flex;
978
+ align-items: center;
979
+ }
980
+
981
+ section.hoc-section-04 .title {
982
+ flex-shrink: 0;
983
+ flex-basis: 35%;
984
+ margin-right: 2rem;
985
+ }
986
+
987
+ section.hoc-section-04 a.btn {
988
+ float: right;
989
+ margin-left: 2rem;
990
+ margin-top: 1rem;
991
+ }
992
+
993
+ section.hoc-section-04 .hoc-teams-share {
994
+ background-color: rgba(0, 0, 0, 0.1);
995
+ padding: 2rem;
996
+ }
997
+
998
+ @media (max-width: 768px) {
999
+ section.hoc-section-04 {
1000
+ flex-wrap: wrap;
1001
+ }
1002
+
1003
+ section.hoc-section-04 .title {
1004
+ margin-bottom: 2rem;
1005
+ flex-basis: 100%;
1006
+ }
1007
+ }
1008
+
1009
+ /* Footer ------------------------------------------------------------------------------------ */
1010
+
1011
+ footer.hoc-footer {
1012
+ padding: 4rem 0;
1013
+ }
1014
+
1015
+ footer.hoc-footer .text-content {
1016
+ text-align: center;
1017
+ }
1018
+
1019
+ footer.hoc-footer .text-content a {
1020
+ color: white;
1021
+ opacity: 0.5;
1022
+ padding: 0 2rem;
1023
+ border-right: 0.1rem solid white;
1024
+ }
1025
+
1026
+ footer.hoc-footer .text-content a:last-child {
1027
+ border: none;
1028
+ }
1029
+
1030
+ footer.hoc-footer .text-content a:hover {
1031
+ color: white;
1032
+ }
1033
+
1034
+ footer.hoc-footer .msft {
1035
+ margin: 0 auto;
1036
+ width: 15rem;
1037
+ margin-bottom: 2rem;
1038
+ }
1039
+
1040
+ footer.hoc-footer .msft img {
1041
+ width: 100%;
1042
+ height: auto;
1043
+ opacity: 0.5;
1044
+ }
1045
+
1046
+ footer.hoc-footer .code-org-trademark {
1047
+ margin: 0 auto;
1048
+ max-width: 70rem;
1049
+ padding: 0 2rem;
1050
+ margin-top: -3rem;
1051
+ margin-bottom: 3rem;
1052
+ opacity: 0.5;
1053
+ }
1054
+
1055
+ footer.hoc-footer .code-org-trademark p,
1056
+ footer.hoc-footer .code-org-trademark a {
1057
+ font-size: 1.4rem;
1058
+ text-align: center;
1059
+ }
1060
+
619
1061
  /* Educator Button --------------------------------------------------------------------------- */
620
1062
 
621
1063
  a.educator-btn {
@@ -645,6 +1087,26 @@ a.educator-btn:active {
645
1087
  transform: scale(0.95);
646
1088
  }
647
1089
 
1090
+ .share-btn {
1091
+ display: flex;
1092
+ cursor: pointer;
1093
+ padding: 0 3rem;
1094
+ color: #4d55bd;
1095
+ user-select: none;
1096
+ background-color: white;
1097
+ justify-content: center;
1098
+ align-items: center;
1099
+ border-radius: 0.5rem;
1100
+ width: fit-content;
1101
+ font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
1102
+ font-weight: 500;
1103
+ }
1104
+
1105
+ .share-btn .icon {
1106
+ padding-top: 0.5rem;
1107
+ padding-right: 1rem;
1108
+ }
1109
+
648
1110
  /* Activity Button --------------------------------------------------------------------------- */
649
1111
 
650
1112
  a.activity-btn {
@@ -654,6 +1116,7 @@ a.activity-btn {
654
1116
  transition: 0.25s;
655
1117
  width: 100%;
656
1118
  text-align: center;
1119
+ position: relative;
657
1120
  }
658
1121
 
659
1122
  a.activity-btn:hover {
@@ -664,6 +1127,7 @@ a.activity-btn:hover {
664
1127
 
665
1128
  a.activity-btn:hover .action {
666
1129
  background-color: #d3b034;
1130
+ opacity: 1;
667
1131
  }
668
1132
 
669
1133
  a.activity-btn:active {
@@ -673,6 +1137,7 @@ a.activity-btn:active {
673
1137
  a.activity-btn:active .action {
674
1138
  background-color: black;
675
1139
  color: white;
1140
+ opacity: 1;
676
1141
  }
677
1142
 
678
1143
  a.activity-btn .title {
@@ -683,26 +1148,34 @@ a.activity-btn .title {
683
1148
  }
684
1149
 
685
1150
  a.activity-btn .body {
686
- height: 30rem;
1151
+ height: 33rem;
687
1152
  margin-top: -3rem;
688
- border-top-left-radius: 2rem;
689
- border-top-right-radius: 2rem;
1153
+ border-radius: 1rem;
1154
+ background-repeat: no-repeat;
1155
+ background-size: cover;
1156
+ background-position: center;
690
1157
  }
691
1158
 
692
1159
  a.activity-btn .action {
1160
+ position: absolute;
1161
+ bottom: 0;
1162
+ left: 0;
1163
+ right: 0;
693
1164
  text-transform: uppercase;
694
1165
  padding: 2rem;
695
- border-bottom-left-radius: 2rem;
696
- border-bottom-right-radius: 2rem;
1166
+ border-bottom-left-radius: 1rem;
1167
+ border-bottom-right-radius: 1rem;
697
1168
  flex-basis: 100%;
698
1169
  transition: 0.25s;
1170
+ opacity: 0;
699
1171
  }
700
1172
 
701
1173
  /* Standard Button --------------------------------------------------------------------------- */
702
1174
 
703
1175
  a.btn,
704
- section.hoc-section-03 .action {
705
- min-width: 30rem;
1176
+ section.hoc-section-03 .action,
1177
+ .share-btn {
1178
+ min-width: 26rem;
706
1179
  text-align: center;
707
1180
  display: inline-block;
708
1181
  cursor: pointer;
@@ -715,32 +1188,157 @@ section.hoc-section-03 .action {
715
1188
  text-transform: uppercase;
716
1189
  }
717
1190
 
718
- a.btn:hover {
1191
+ a.btn:hover,
1192
+ .share-btn:hover {
719
1193
  color: black;
720
1194
  text-decoration: none;
721
1195
  transform: scale(1.05);
722
1196
  background-color: #d3b034;
723
1197
  }
724
1198
 
725
- a.btn:active {
1199
+ .background-sunflower a.btn {
1200
+ background-color: #de594b;
1201
+ color: white;
1202
+ }
1203
+
1204
+ .background-sunflower a.btn:hover {
1205
+ background-color: #cc493a;
1206
+ color: white;
1207
+ }
1208
+
1209
+ a.btn:active,
1210
+ .share-btn:active {
726
1211
  background-color: black;
727
1212
  color: white;
728
1213
  text-decoration: none;
729
1214
  transform: scale(0.95);
730
1215
  }
731
1216
 
732
- /* Standard Button --------------------------------------------------------------------------- */
1217
+ a.btn.secondary {
1218
+ color: black;
1219
+ background-color: #3dc1aa;
1220
+ }
733
1221
 
734
- .ui.vertical.segment.footer {
735
- background-color: #de594b;
736
- color: white;
737
- padding: 4rem 0;
1222
+ a.btn.secondary:hover {
1223
+ color: black;
1224
+ background-color: #2ead98;
1225
+ }
1226
+
1227
+ a.btn.secondary:active {
1228
+ background-color: black;
1229
+ }
1230
+
1231
+ /* Educators --------------------------------------------------------------------------- */
1232
+
1233
+ .learning-columns {
1234
+ display: flex;
1235
+ align-items: stretch;
1236
+ justify-content: flex-start;
1237
+ }
1238
+
1239
+ .learning-columns .col {
1240
+ display: flex;
1241
+ flex-basis: 33%;
1242
+ flex-shrink: 1;
1243
+ flex-grow: 1;
1244
+ }
1245
+
1246
+ .learning-columns .col-wrapper {
1247
+ flex-basis: 100%;
1248
+ background-color: white;
1249
+ color: black;
1250
+ border-radius: 1rem;
1251
+ margin: 1.5rem;
1252
+ }
1253
+
1254
+ .learning-columns .col:first-child .col-wrapper {
1255
+ margin-left: 0;
738
1256
  }
739
1257
 
740
- .docs.footer.inverted a.item {
1258
+ .learning-columns .col:last-child .col-wrapper {
1259
+ margin-right: 0;
1260
+ }
1261
+
1262
+ .learning-columns .col h4 {
1263
+ text-transform: uppercase;
1264
+ background-color: #cc493a;
741
1265
  color: white;
1266
+ margin: 0;
1267
+ padding: 2rem;
1268
+ text-align: center;
1269
+ height: 10rem;
1270
+ border-top-left-radius: 1rem;
1271
+ border-top-right-radius: 1rem;
742
1272
  }
743
1273
 
744
- .ui.link.list.list a.item:hover {
745
- text-decoration: none;
1274
+ .learning-columns .col ul {
1275
+ padding-right: 2rem;
1276
+ }
1277
+
1278
+ .learning-columns .col ul li::marker {
1279
+ color: #cc493a;
1280
+ font-weight: 700;
1281
+ }
1282
+
1283
+ .accent-list li::marker {
1284
+ color: #eeca49;
1285
+ font-weight: 700;
1286
+ }
1287
+
1288
+ .hoc-teams-share {
1289
+ text-align: right;
1290
+ }
1291
+
1292
+ .hoc-teams-share p {
1293
+ text-align: left;
1294
+ }
1295
+
1296
+ .hoc-teams-share .share-btn {
1297
+ margin-top: 2rem;
1298
+ position: relative;
1299
+ }
1300
+
1301
+ .hoc-teams-share .share-btn .icon {
1302
+ position: absolute;
1303
+ top: 0;
1304
+ bottom: 0;
1305
+ left: 0;
1306
+ width: 5rem;
1307
+ padding: 0;
1308
+ background-color: white;
1309
+ border-top-left-radius: 0.5rem;
1310
+ border-bottom-left-radius: 0.5rem;
1311
+ }
1312
+
1313
+ .hoc-teams-share .share-btn h5 {
1314
+ margin: 0;
1315
+ margin-left: 5rem;
1316
+ }
1317
+
1318
+ .hoc-teams-share .share-btn .icon img {
1319
+ margin-top: 1.1rem;
1320
+ width: 4rem !important;
1321
+ }
1322
+
1323
+ @media (max-width: 768px) {
1324
+ .learning-columns {
1325
+ flex-wrap: wrap;
1326
+ }
1327
+ .learning-columns .col {
1328
+ min-width: 30rem;
1329
+ }
1330
+ .learning-columns .col-wrapper,
1331
+ .learning-columns .col:first-child .col-wrapper,
1332
+ .learning-columns .col:last-child .col-wrapper {
1333
+ margin: 1.5rem;
1334
+ }
1335
+ }
1336
+
1337
+ @media (max-width: 480px) {
1338
+ .learning-columns .col-wrapper,
1339
+ .learning-columns .col:first-child .col-wrapper,
1340
+ .learning-columns .col:last-child .col-wrapper {
1341
+ margin-left: 0;
1342
+ margin-right: 0;
1343
+ }
746
1344
  }