fix element area movement on link hover

This commit is contained in:
Dmitry Kolosov 2021-12-07 19:57:05 +03:00
parent 8fcafdba4b
commit 45993c5c36

View file

@ -80,6 +80,7 @@ h3 {
a { a {
color: var(--link-color); color: var(--link-color);
text-decoration: none; text-decoration: none;
border-bottom: 1px solid transparent;
} }
a:hover, a:hover,