Fix margin on nav dots

This commit is contained in:
Gabriel Augendre 2021-01-03 22:16:07 +01:00
parent 9dbfb473d8
commit d26ee137bf
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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;