fix
This commit is contained in:
parent
1abbd7e96d
commit
5551f71286
2 changed files with 11 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue