Skip to content

Commit

Permalink
Updates welcome spacing on home
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Nov 1, 2022
1 parent beb4c78 commit 1a87828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/webviews/apps/home/home.html
Expand Up @@ -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;
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1a87828

Please sign in to comment.