Fix header alignment

This commit is contained in:
Avijit 🚀
2021-06-23 21:43:35 +02:00
parent 5499cf92b2
commit 09c36c9395

View File

@@ -89,7 +89,7 @@ body {
.nav-links .nav-icons-divider { .nav-links .nav-icons-divider {
border-color: inherit; border-color: inherit;
border-left: 1px solid; border-left: 1px solid;
margin-right: 4.5px; margin: 0 10px;
} }
.nav-links #dark-theme-toggle:hover { .nav-links #dark-theme-toggle:hover {
cursor: pointer; cursor: pointer;
@@ -133,6 +133,7 @@ body {
/* ICONS */ /* ICONS */
.feather { .feather {
height: 20px; height: 20px;
margin: -3px auto;
stroke-width: 1.75; stroke-width: 1.75;
width: 20px; width: 20px;
} }