forked from neff/neff-steindesign.de
Weitere fixes
This commit is contained in:
parent
deabc3ec03
commit
e86240d9a0
|
|
@ -15,6 +15,7 @@
|
|||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
min-width: $min-column-width;
|
||||
|
||||
.sub-menu {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<img alt="{{ $alt }}"
|
||||
title="{{ $title }}"
|
||||
srcset="{{ $imageSm.RelPermalink }} 300w, {{ $imageMd.RelPermalink }} 500w"
|
||||
sizes="(max-width: 500px) 300px, 500px"
|
||||
sizes="(max-width: 300px) 300px, 500px"
|
||||
src="{{ $imageMd.RelPermalink }}" />
|
||||
{{ end }}
|
||||
{{- partial "schema/img.html" (dict "image" . "ctx" $ctx) -}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue