diff --git a/index.css b/index.css index 30e7c63d954..28c991c29b4 100644 --- a/index.css +++ b/index.css @@ -19,9 +19,20 @@ html { body { margin: 0; + display:flex; + flex-direction: column; + align-items: center; background: #484050; } +#links { + width: 90%; + text-align: center; + position: fixed; + bottom: 0; + display: flex; + justify-content: space-around; +} #app { display: flex; justify-content: center; diff --git a/index.html b/index.html index 0634385f38b..d567eba0866 100644 --- a/index.html +++ b/index.html @@ -117,10 +117,12 @@ - Privacy Policy - Cookie Disclaimer - Terms & Conditions - Acceptable Use Policy +
- +