small fixes

This commit is contained in:
teldra 2022-06-15 17:49:45 +02:00
parent e6910cec7a
commit 1503626c02
2 changed files with 9 additions and 2 deletions

View File

@ -6,7 +6,7 @@ article {
align-items: center;
margin-bottom: 1.5rem;
img {
width: 45vw;
width: 65vw;
}
&> a {
display: inherit;
@ -74,4 +74,11 @@ article {
.article_footer {
align-items: flex-start;
}
article {
.article-image {
img {
width: 45vw;
}
}
}
}

View File

@ -23,7 +23,7 @@
{{ $title }}
{{ if $link }}
</a>
<a href="{{ $link | relLangURL }}" style="text-decoration: underline; font-size: x-small">({{ if i18n "all" }}{{ i18n "all"}}{{ else }}{{ "all" }}{{ end }})</a>
<a href="{{ $link | relLangURL }}" style="text-decoration: underline; font-size: x-small; margin-left: 1em;">({{ if i18n "all" }}{{ i18n "all"}}{{ else }}{{ "all" }}{{ end }})</a>
{{ end }}
</h2>
{{ end }}