Browse Source

Updates welcome spacing on home

main
Keith Daulton 2 years ago
parent
commit
1a87828f64
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/webviews/apps/home/home.html

+ 3
- 3
src/webviews/apps/home/home.html View File

@ -94,7 +94,7 @@
<a class="video-banner" href="https://www.youtube.com/watch?v=UQPb73Zz9qk">
<span>Get Started</span> <small>Tutorial Video</small>
</a>
<ul class="icon-list">
<ul class="icon-list mb-0">
<li>
<code-icon icon="circle-filled"></code-icon>
<a href="command:gitlens.showWelcomePage?%22quick-setup%22">Quick Setup</a> &mdash;
@ -229,14 +229,14 @@
<stepped-section id="integrations">
<span slot="heading">Integrations</span>
<p>GitLens provides issue and pull request auto-linking with many Git hosting services.</p>
<p>
<p class="mb-0">
Rich integrations with GitHub & GitLab provide more detailed hover information for auto-linked
issues and pull requests, pull requests associated with branches and commits, and avatars.
</p>
</stepped-section>
<stepped-section id="plus">
<span slot="heading">Want even more from GitLens?</span>
<card-section class="gl-plus-banner" no-heading>
<card-section class="gl-plus-banner mb-0" no-heading>
<div class="centered plus-banner-text">
<p class="type-tight">
<span class="logo"

Loading…
Cancel
Save