mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2025-03-26 00:48:12 -04:00
fix ui text
This commit is contained in:
parent
fc52925a04
commit
2c36878b7f
@ -19,7 +19,7 @@ en: &DEFAULT_EN
|
||||
tags_label : "Tags:"
|
||||
categories_label : "Categories:"
|
||||
date_label : "Updated:"
|
||||
comments_label : "Leave a comment"
|
||||
comments_label : "Leave a Comment"
|
||||
comments_title : "Comments"
|
||||
more_label : "Learn more"
|
||||
related_label : "You may also enjoy"
|
||||
|
@ -21,7 +21,7 @@
|
||||
<!-- Start static comments -->
|
||||
<div class="js-comments">
|
||||
{% if site.data.comments[page.slug] %}
|
||||
<h3>Leave a comment and\or info you think should be on this page</h3>
|
||||
<h4 class="page__comments-title">{{ site.data.ui-text[site.locale].comments_title | default: "Comments" }}</h4>
|
||||
{% assign comments = site.data.comments[page.slug] | sort %}
|
||||
|
||||
{% for comment in comments %}
|
||||
|
@ -399,9 +399,7 @@
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 5px;
|
||||
padding-top: 1rem;
|
||||
font-size: $type-size-6;
|
||||
border-top: 1px solid $border-color;
|
||||
text-transform: uppercase;
|
||||
font-size: $type-size-5;
|
||||
}
|
||||
|
||||
.page__comments-form {
|
||||
|
Loading…
x
Reference in New Issue
Block a user