forked from Bunteshaus/bunteshaus.de
small fixes
This commit is contained in:
parent
19f41bfe18
commit
a8d6cb2105
|
@ -17,6 +17,10 @@ article {
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-top: 1rem;
|
||||
.foundations {
|
||||
display: flex;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.mod_times, .foundations {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -24,8 +28,4 @@ article {
|
|||
margin-bottom: .4em;
|
||||
}
|
||||
}
|
||||
.foundations {
|
||||
display: flex;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<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 }}
|
||||
</div>
|
||||
{{ else }}
|
||||
{{ else if eq hugo.Environment "development" }}
|
||||
<div class="foundations_item">
|
||||
assets/images/foundations/{{- $l -}} .* missing
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user