fix: simplify margin properties for link hover in styles
This commit is contained in:
parent
f811ed2bd4
commit
2d59d6677c
1 changed files with 1 additions and 2 deletions
3
dist/css/styles.css
vendored
3
dist/css/styles.css
vendored
|
|
@ -778,8 +778,7 @@ a:hover {
|
||||||
color: var(--text-secondary);
|
color: var(--text-secondary);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin-left: auto;
|
margin-inline: auto;
|
||||||
margin-right: auto;
|
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue