線をリンク化しない
from
/spud-oimo/settings
code:style.css
.line:not(.cursor-line) a.icon
href$="/hr"
{
pointer-events: none;
vertical-align: -20%;
}
@media screen and (max-width : 767px) {
.line:not(.cursor-line) a.icon
href$="/hr"
{
display: none;
}
}