@leuffen/themejs1 8.2.48 → 8.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
layout: 2_script
|
|
3
3
|
---
|
|
4
4
|
<!-- Genne Layout: -->
|
|
5
|
-
<!--nav layout="use: #navbar-centerlogo">
|
|
5
|
+
<!--nav layout="use: #navbar-centerlogo; zoom-ratio-mobile: 2; translatey-mobile: 35px; zoom-ratio: 2.5; translatey: 80px;">
|
|
6
6
|
<div class="brand">
|
|
7
7
|
<a href="/">
|
|
8
8
|
<img src="assets/logo.svg" class="">
|
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
--layout-justify-navbar-items: center;
|
|
36
36
|
|
|
37
37
|
--e-zoom-ratio: var(--layout-zoom-ratio);
|
|
38
|
-
--e-translatey:
|
|
38
|
+
--e-translatey: var(--layout-translatey);
|
|
39
39
|
@media (width < $breakpoint-mobile) {
|
|
40
40
|
--e-zoom-ratio: var(--layout-zoom-ratio-mobile);
|
|
41
41
|
--e-translatey: var(--layout-translatey-mobile);
|