1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +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> <style>
a { a {
color: var(--spectrum-alias-text-color); color: var(--spectrum-alias-text-color);
display: inline-block;
white-space: nowrap; white-space: nowrap;
transition: color 130ms ease-in-out; transition: color 130ms ease-in-out;
} }