diff --git a/docs/index.html b/docs/index.html index 92401c1..7fd10de 100644 --- a/docs/index.html +++ b/docs/index.html @@ -70,7 +70,9 @@ transform: translate(-50%, -50%); box-shadow: inset 0 0 500px #000; } - + a, a:hover { + text-decoration: none; + } nav { position: absolute; top: 50%; @@ -82,10 +84,14 @@ text-align: center; } h1{ - font-size: 7rem; - color: var(--main-bg-color); - font-weight: 800; + font-size: 8rem; + font-weight: 900; } + h1>span{ + text-shadow: 1px 1px 15px var(--main-bg-color), -1px -1px 15px var(--main-bg-color); + color: #000; + } + h3{ margin-top: -2rem; font-size: 3rem; @@ -118,14 +124,13 @@ @keyframes blink { 50%{opacity: 0;} } - a, a:hover { - text-decoration: none; + + a>p{ color: #eee; font-size: 1.5rem; text-align: center; - } - a>p{ width: var(--main-width); + margin-top: 8px; } section{ margin-top: 3rem; @@ -136,11 +141,16 @@ width: var(--main-width); } footer{ - bottom: 0; + bottom: 8px; position: sticky; text-align: center; color: var(--main-bg-color); } + @media only screen and (max-width: 767px) { + h1{ + font-size: 6rem; + } + } @@ -150,9 +160,10 @@