forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
e6910cec7a
commit
1503626c02
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user