diff --git a/assets/css/styles.css b/assets/css/styles.css index c33c6f8..f3a7e13 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -51,12 +51,22 @@ html, body { background-color: transparent; width: 650px; height: 110px; - line-height: 70%; + line-height: 50%; + z-index: 2; +} + +#dcTextContainer { + position: fixed; + margin-bottom: 25px; + background-color: transparent; + width: 650px; + height: 110px; + line-height: 50%; z-index: 2; } #realmListButton{ - margin-top: 120px; + margin-top: 95px; } #copyrightText { diff --git a/index.html b/index.html index a6a6319..0822a2d 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@