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