This commit is contained in:
m.epshtein 2024-06-14 09:51:39 +03:00
parent 1abbd7e96d
commit 5551f71286
2 changed files with 11 additions and 3 deletions

View file

@ -48,7 +48,11 @@
}
.link {
font-size: var(--size-text-secondary);
text-decoration: none;
padding-left: 20px;
background: url(../img/svg/pin.svg);
background: url(../img/svg/pin.svg) 0 50% no-repeat;
}
hyper-link + hyper-link {
margin-top: 12px;
}
}

View file

@ -57,9 +57,13 @@ body {
width: 24px;
height: 24px;
background: url(../img/svg/logo.svg) no-repeat 0 50%;
.main-page {
font-family: 'InterSB';
}
.main-page {
margin-left: calc(32px + 24px);
a {
color: var(--white);
font-family: 'InterSB';
}
}
}
.header-menu {