mirror of
https://github.com/aljazceru/Journal-ghost.git
synced 2025-12-28 10:34:23 +01:00
Minor details
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -365,9 +365,10 @@
|
||||
.gh-navigation-label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.7rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.gh-navigation-title {
|
||||
|
||||
@@ -11,13 +11,12 @@
|
||||
<span class="gh-card-date">Latest — <time datetime="{{date format="YYYY-MM-DD"}}">{{date}}</time></span>
|
||||
</div>
|
||||
|
||||
<h2 class="gh-article-title">{{title}}</h2>
|
||||
<h2 class="gh-article-title gh-card-title">{{title}}</h2>
|
||||
</header>
|
||||
|
||||
<p class="gh-article-excerpt">{{excerpt}}</p>
|
||||
|
||||
<footer class="gh-card-meta">
|
||||
{{!-- <a class="gh-card-more" href="{{url}}">Read more {{> icons/arrow-right}}</a> --}}
|
||||
<span class="gh-card-meta-wrapper">
|
||||
<span class="gh-card-duration">{{reading_time}}</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user