Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(UI): Restore UX of the welcome message "Choose an activity." (#455)
  • Loading branch information
erikmd committed Jan 21, 2022
1 parent 79ce07e commit 9d5c7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/learnocaml_main.css
Expand Up @@ -303,7 +303,7 @@ body {

/* -- Activity place-holder ------------------------------------------------ */

#Learnocaml-main-content > .placeholder {
#learnocaml-main-content > .placeholder {
position: absolute;
left: 0; top: 0; right: 0; bottom: 0;
background: #eee;
Expand All @@ -323,7 +323,7 @@ body {
}

@media (min-width: 1000px) {
#Learnocaml-main-content > .placeholder {
#learnocaml-main-content > .placeholder {
background: linear-gradient(to right, #aaa 0px, #eee 8px);
}
}
Expand Down

0 comments on commit 9d5c7de

Please sign in to comment.