Skip to content

Commit

Permalink
style: tweak blog post card font sizing (kubernetes#1085)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mejlak <[email protected]>
  • Loading branch information
C-Mejlak authored May 25, 2021
1 parent 39ecfec commit 4c5a759
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions linkerd.io/themes/buoyant/assets/scss/styles-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,13 @@ body {
.related-card {
color: $deep-blue;
.title {
font-size: 20px !important;
line-height: 1.4 !important;
color: $deep-blue;
}
.related-card-header {
font-size: 14px !important;
}
figure {
filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.75));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span class="level-item">{{ .PublishDate.Format "Jan 2, 2006"}}</span>
</div>
</div>
<h3 class="title is-3 is-marginless">{{ truncate 50 " ..." .Params.title }}</h3>
<h3 class="title is-3 is-marginless">{{ .Params.title }}</h3>
</div>
</div>
</article>
Expand Down

0 comments on commit 4c5a759

Please sign in to comment.