diff --git a/iconfont.ttf b/iconfont.ttf old mode 100644 new mode 100755 index 5fa372b..61c54f2 Binary files a/iconfont.ttf and b/iconfont.ttf differ diff --git a/index.html b/index.html index 12fe2de..6a6a48f 100644 --- a/index.html +++ b/index.html @@ -62,7 +62,6 @@ } .cr.function.appBigFont { - width: 288px; font-size: 150%; line-height: 27px; background-color: #2F4F4F; @@ -73,7 +72,7 @@ } .cr.function.appBigFont .icon { - position: relative; + position: sticky; bottom: 27px; } @@ -94,6 +93,10 @@ .app:before { content: 'c'; } + + .discord:before { + content: 'd'; + }