diff --git a/src/app/github-landing-page/github-landing-page.component.html b/src/app/github-landing-page/github-landing-page.component.html index dac2449ee8..0e59b3ca61 100644 --- a/src/app/github-landing-page/github-landing-page.component.html +++ b/src/app/github-landing-page/github-landing-page.component.html @@ -22,14 +22,14 @@

Please wait while your GitHub repository installation is being processed. Th

You can close this tab and return to Dockstore on the original tab.

-
- +
+ Do you have a .dockstore.yml file in your repository? -
+
If you haven’t already, please create a .dockstore.yml file in your repository. This way, your workflows will be kept up-to-date automatically.
@@ -48,14 +48,14 @@

You can close this tab and return to Dockstore on email: <String> -
+
Note: the first line of this file references the version of .dockstore.yml syntax being used, not the version/tag of the workflow/tool/service/notebook it describes
- + Tips and Tricks diff --git a/src/app/github-landing-page/github-landing-page.component.scss b/src/app/github-landing-page/github-landing-page.component.scss index 43954033ae..873043df8f 100644 --- a/src/app/github-landing-page/github-landing-page.component.scss +++ b/src/app/github-landing-page/github-landing-page.component.scss @@ -3,7 +3,7 @@ } .landing-page-card { - width: 40%; + margin-bottom: 2%; } .header-container { @@ -22,8 +22,7 @@ mat-divider { } .landing-page-card-content { - width: 80%; - padding: 0 5%; + width: 90%; margin: auto; }