1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12:00

Remove inline-block from links as it is not needed

This commit is contained in:
Andrew Kingston 2021-07-06 09:24:02 +01:00
parent dcaf02ecee
commit 46c8c85736

View file

@ -74,7 +74,6 @@
<style>
a {
color: var(--spectrum-alias-text-color);
display: inline-block;
white-space: nowrap;
transition: color 130ms ease-in-out;
}