diff --git a/static/splash.html b/static/splash.html index 4a65c42688..2327ecd63f 100644 --- a/static/splash.html +++ b/static/splash.html @@ -25,6 +25,25 @@ width: 100%; padding: 80px; } + .icon { + position: relative; + font-size: 36px; + line-height: 54px; + margin-bottom: 10px; + text-align: center; + } + .icon svg{ + position: relative; + display: inline-block; + width: 54px; + height: 54px; + top: 14px; + } + .icon .icon-text{ + color: #fff; + text-align: center; + display: inline; + } svg{ position: relative; width: 100%; @@ -114,19 +133,10 @@