small fixes

This commit is contained in:
codecalm
2020-11-21 21:38:36 +01:00
parent f5d1e169c5
commit 2cbaa1a0b1
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
---
layout: none
---
Sitemap: {{ "sitemap.xml" | absolute_url }}
Sitemap: {% if jekyll.environment == 'preview' %}{{ site.preview-url }}{% endif %}{{ "sitemap.xml" | absolute_url }}
+1 -1
View File
@@ -92,7 +92,7 @@
.nav-link-icon {
width: 1.5rem;
height: $icon-size;
margin-inline-end: .5rem;
margin-inline-end: .25rem;
opacity: $text-muted-opacity;
svg {
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 135 KiB