Changed sizes of the article metadata and removed the bottom line of the post cards

pull/3/head
Gianmarco Gargiulo 2023-01-27 11:24:33 +01:00
parent 9cb13b7cae
commit a960b9243f
2 changed files with 6 additions and 7 deletions

View File

@ -720,7 +720,6 @@ body{
margin:0 0 40px;
padding:0 20px 40px;
min-height:220px;
border-bottom:1px solid #525252;
background-size:cover
}
.post-card-image-link{
@ -741,7 +740,7 @@ body{
color:#e5e5e5
}
.post-card-content-link:hover{
text-decoration:none
text-decoration:underline
}
.post-card-header{
margin:15px 0 0
@ -865,7 +864,7 @@ body{
font-weight:600
}
.post-card-byline-date{
font-size:1.2rem
font-size:1.3rem
}
.post-card-byline-date .bull{
display:inline-block;
@ -1414,7 +1413,7 @@ body{
.post-full-byline-meta{
margin:0px 0 0;
color:#e5e5e5;
font-size:1.2rem;
font-size:1.4rem;
line-height:1.2em;
letter-spacing:.2px
}

View File

@ -40,10 +40,10 @@
<span class="byline-reading-count"><span class="bull">&bull;</span> <svg xmlns="http://www.w3.org/2000/svg" class="mr-1" width="16" height="16" viewBox="0 2 24 24" stroke-width="1.5" fill="currentColor" stroke-linecap="round" stroke-linejoin="round">
<path d="M19 1l-5 5v11l5-4.5V1zM1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5V6c-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6zm22 13.5V6c-.6-.45-1.25-.75-2-1v13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5v2c1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5v-1.1z"/>
</svg> {{ .WordCount }} words</span>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 2 24 24" width="24px" fill="currentColor"><path d="M0 0h24v24H0z" fill="none"/><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"/></svg> Tags:&nbsp;&nbsp;{{ range (.GetTerms "tags") }}
<span class="bull">&bull;</span> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 2 24 24" width="24px" fill="currentColor"><path d="M0 0h24v24H0z" fill="none"/><path d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12l-4.37-6.16z"/></svg>&nbsp;&nbsp;{{ range (.GetTerms "tags") }}
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>&nbsp;&nbsp;
{{ end }}
{{ end }}</div>
</section>
{{ end }}