Merge pull request #12555 from netchampfaris/web-fixes-24

fix: Website fixes
This commit is contained in:
mergify[bot] 2021-03-10 05:06:53 +00:00 committed by GitHub
commit 0b7b6a863e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -180,7 +180,7 @@ $navbar-height-lg: 4.5rem;
h2 {
font-size: $font-size-2xl;
font-weight: 400;
font-weight: 500;
}
h3 {
@ -250,4 +250,4 @@ $navbar-height-lg: 4.5rem;
.breadcrumb {
margin-bottom: 0;
}
}
}

View file

@ -657,6 +657,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}
.feature-title, .feature-content {

View file

@ -22,7 +22,7 @@
</div>
<div>
{%- if feature.url -%}
<a href="{{ feature.url }}" class="feature-url">Learn more →</a>
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a>
{%- endif -%}
</div>
</div>