{{ preferred.name }}
{% if preferred.description %}{{ preferred.description }}
{% endif %}
diff --git a/oranda-css/css/pages/workspace_index.css b/oranda-css/css/pages/workspace_index.css index 8737cf3e..1b61c434 100644 --- a/oranda-css/css/pages/workspace_index.css +++ b/oranda-css/css/pages/workspace_index.css @@ -22,4 +22,12 @@ ul.index-grid { .index-grid .content .index-logo { @apply relative flex-shrink-0 w-20 h-20; +} + +.index-grid li.preferred { + @apply col-span-2; +} + +.index-about h2 { + @apply mt-0; } \ No newline at end of file diff --git a/templates/workspace_index/index.html.j2 b/templates/workspace_index/index.html.j2 index b54d1bcb..0818937b 100644 --- a/templates/workspace_index/index.html.j2 +++ b/templates/workspace_index/index.html.j2 @@ -3,15 +3,25 @@ {% block content %}