Start adding gallery
This commit is contained in:
parent
1e389c7dfe
commit
e4132b827e
|
|
@ -38,10 +38,10 @@ googleAnalytics = "UA-12671637-1"
|
||||||
weight = -800
|
weight = -800
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "katalog"
|
identifier = "galerie"
|
||||||
name = "Katalog"
|
name = "Galerie"
|
||||||
title = "Katalog"
|
title = "Galerie"
|
||||||
url = "/katalog"
|
url = "https://media.neff-steindesign.de/galerie"
|
||||||
weight = -500
|
weight = -500
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,5 @@
|
||||||
|
|
||||||
{{- define "scripts" -}}
|
{{- define "scripts" -}}
|
||||||
{{ partial "part/script.html" (dict "ctx" . "path" "js/three.bundle.js")}}
|
{{ partial "part/script.html" (dict "ctx" . "path" "js/three.bundle.js")}}
|
||||||
{{ partial "part/script.html" (dict "ctx" . "path" "js/vue.bundle.js")}}
|
|
||||||
{{ partial "part/script.html" (dict "ctx" . "path" "js/catalog.bundle.js")}}
|
{{ partial "part/script.html" (dict "ctx" . "path" "js/catalog.bundle.js")}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
@ -16,6 +16,7 @@ body {
|
||||||
color: $font-color;
|
color: $font-color;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports (-webkit-overflow-scrolling: touch) {
|
@supports (-webkit-overflow-scrolling: touch) {
|
||||||
|
|
@ -900,4 +901,4 @@ nav {
|
||||||
#banner {
|
#banner {
|
||||||
top: calc(9rem + #{$gutter-width});
|
top: calc(9rem + #{$gutter-width});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue