From 54cf98ee098335145e12d7e94ca93dca20af0e28 Mon Sep 17 00:00:00 2001 From: Yuri van Midden Date: Sat, 18 Aug 2018 00:17:43 +0200 Subject: [PATCH] Added regular site button --- src/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/index.html b/src/index.html index a986a91..1e22399 100644 --- a/src/index.html +++ b/src/index.html @@ -154,6 +154,21 @@ margin-bottom: -5px; } + .regular-site{ + position: fixed; + display: block; + top: 0.4em; + right: 0.4em; + z-index: 6; + font-family: 'Exo 2', sans-serif; + color: white; + background-color: rgba(255, 89, 0, 0.6) + } + + .fa-rocket { + font-size: 130%; + } + @@ -163,6 +178,9 @@ + +   To the regular site +