1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13: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 80679cba13
commit fe62356808

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