aligned icons correctly

This commit is contained in:
Miodec 2022-04-19 18:07:03 +02:00
parent 70c6e7de6f
commit 7e868d267c

View file

@ -329,6 +329,12 @@ key {
gap: 0.25rem;
text-decoration: none;
.fas,
.far {
display: grid;
place-content: center center;
}
&.active {
color: var(--main-color);
&:hover {