X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=_sass%2Findex.scss;h=dbaf5cb8f604701d803ab1789e63f7e9247f206c;hb=5798c2c1650ccbbc00489ccb73aa6cbd57eb9c91;hp=b8bb06b80c1bdd785289207e8a1314492e6a965c;hpb=1c57f0d966e3e2efa7bef55d94036a3614ca3527;p=m6w6%2Fm6w6.github.io diff --git a/_sass/index.scss b/_sass/index.scss index b8bb06b..dbaf5cb 100644 --- a/_sass/index.scss +++ b/_sass/index.scss @@ -102,7 +102,7 @@ body { } .box-of-links a { line-height: 2*$rel-size; - min-width: 8*$rel-size; + min-width: 12*$rel-size; svg { width: $rel-size*1.5; height: $rel-size*1.5; @@ -273,12 +273,12 @@ a { color: var(--a-active-color); } &[rel="external"]:after { - content: " ↗"; + content: "\00a0↗"; font-size: 1rem; font-weight: bold; } &[download]:after { - content: " ↓"; + content: "\00a0↓"; font-size: 1rem; font-weight: bold; }