Fix margin on nav dots
This commit is contained in:
parent
9dbfb473d8
commit
d26ee137bf
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ footer > :first-child {
|
||||||
|
|
||||||
nav a:not(:first-child):before {
|
nav a:not(:first-child):before {
|
||||||
content: '\00B7';
|
content: '\00B7';
|
||||||
padding-right: 5px;
|
margin: 0 5px;
|
||||||
color: var(--nc-tx-1);
|
color: var(--nc-tx-1);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Reference in a new issue