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