Merge pull request #12555 from netchampfaris/web-fixes-24
fix: Website fixes
This commit is contained in:
commit
0b7b6a863e
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -657,6 +657,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.feature-title, .feature-content {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue