diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 191e2877..2bcf7a1f 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -298,11 +298,8 @@ header { border-left: 15px solid transparent; content: ' '; } - .standinDiv { - height: 5rem; - } - - header .icons-list i { + header .icons-list i, + .svgLogo { font-size: 5rem; position: absolute; left: 0; diff --git a/docs/index.html b/docs/index.html index ae9e8910..0f8fbec4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -115,10 +115,28 @@
*To change the size, change the i
element's font-size
attribute.