Minor modifications

This commit is contained in:
Schmelczer András 2019-12-14 20:43:06 +01:00
parent 5de596c38a
commit fb3ef7475c
11 changed files with 57 additions and 19 deletions

View file

@ -59,7 +59,7 @@ a:hover:after {
.line:before {
content: "";
position: absolute;
left: calc(-1 / 2 * var(--dot-size) - 4px);
left: calc(-1 / 2 * var(--dot-size) - 1.5 * var(--line-width));
background: var(--bg-color);
top: 33%;
width: var(--dot-size);