small fixes

This commit is contained in:
teldra 2022-06-12 14:32:09 +02:00
parent 19f41bfe18
commit a8d6cb2105
2 changed files with 5 additions and 5 deletions

View File

@ -17,6 +17,10 @@ article {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
margin-top: 1rem; margin-top: 1rem;
.foundations {
display: flex;
margin-bottom: 1em;
}
.mod_times, .foundations { .mod_times, .foundations {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -24,8 +28,4 @@ article {
margin-bottom: .4em; margin-bottom: .4em;
} }
} }
.foundations {
display: flex;
margin-bottom: 1em;
}
} }

View File

@ -76,7 +76,7 @@
<div class="foundations_item"> <div class="foundations_item">
{{ if $url }}<a href="{{ $url | safeHTML }}">{{ end }}<img src="{{- $res_im.Permalink -}}" class="borderrad4px article_footer_item1" /> {{ if $url }}</a>{{ end }} {{ if $url }}<a href="{{ $url | safeHTML }}">{{ end }}<img src="{{- $res_im.Permalink -}}" class="borderrad4px article_footer_item1" /> {{ if $url }}</a>{{ end }}
</div> </div>
{{ else }} {{ else if eq hugo.Environment "development" }}
<div class="foundations_item"> <div class="foundations_item">
assets/images/foundations/{{- $l -}} .* missing assets/images/foundations/{{- $l -}} .* missing
</div> </div>