Skip to content

Commit 9d5c7de

Browse files
authored
fix(UI): Restore UX of the welcome message "Choose an activity." (#455)
1 parent 79ce07e commit 9d5c7de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/css/learnocaml_main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ body {
303303

304304
/* -- Activity place-holder ------------------------------------------------ */
305305

306-
#Learnocaml-main-content > .placeholder {
306+
#learnocaml-main-content > .placeholder {
307307
position: absolute;
308308
left: 0; top: 0; right: 0; bottom: 0;
309309
background: #eee;
@@ -323,7 +323,7 @@ body {
323323
}
324324

325325
@media (min-width: 1000px) {
326-
#Learnocaml-main-content > .placeholder {
326+
#learnocaml-main-content > .placeholder {
327327
background: linear-gradient(to right, #aaa 0px, #eee 8px);
328328
}
329329
}

0 commit comments

Comments
 (0)