This commit is contained in:
Denys Konovalov
2020-07-12 10:41:10 +02:00
parent f8091f10ee
commit aef14e99a7
15 changed files with 147 additions and 77 deletions

View File

@ -281,12 +281,6 @@ textarea.form-control{
padding: 20px;
}
#map_canvas{
height: 500px;
}
.post-thumb-sm {
max-width: 100px;
}

View File

@ -218,7 +218,7 @@
.footer {
border-color: #494a43 !important;
padding-top: 275px;
padding-top: 75px;
}
/* /footer */
/* /footer */

View File

@ -87,7 +87,7 @@ link:focus,
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 40px 0px;
padding: 35px 0px;
@include desktop {
padding: 20px;
@ -117,7 +117,7 @@ link:focus,
box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
border-bottom: 5px solid $primary-color;
padding: 15px;
top: 96px;
top: 85px;
border-radius: 0;
display: block;
visibility: hidden;
@ -165,4 +165,4 @@ link:focus,
}
}
}
}
}

View File

@ -23,4 +23,4 @@
color: $white;
}
}
}
}

View File

@ -61,4 +61,4 @@
}
}
}
}
}

View File

@ -37,9 +37,6 @@
<li class="mb-4">
<a href="{{ .Site.Params.impressumURL | absLangURL }}">Impressum</a>
</li>
<li class="mb-4">
<a href="{{ .Site.Params.datenschutzURL | absLangURL }}">{{ i18n "datenschutzerklärung" }}</a>
</li>
</ul>
</div>
<!-- company -->
@ -103,11 +100,6 @@
</footer>
<!-- /footer -->
{{ "<!-- Google Map API -->" | safeHTML }}
{{ with .Site.Params.map.gmap_api }}
<script src="{{ . | safeURL }}"></script>
{{ end }}
{{ "<!-- JS Plugins -->" | safeHTML }}
{{ range .Site.Params.plugins.js}}
<script src="{{ .link | absURL }}"></script>