Increase space a little between tags

This commit is contained in:
Jake Howard 2022-09-23 16:45:17 +01:00
parent dcb8162517
commit 3eca7ffc78
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -32,7 +32,7 @@ section.content {
} }
span:not(.icon) + span { span:not(.icon) + span {
margin-left: $icon-text-spacing; margin-left: $icon-text-spacing * 1.5;
} }
} }
} }