From 8cf34b85452a4d2b5533e3c51567031f713e31a8 Mon Sep 17 00:00:00 2001 From: Xiexe Date: Sat, 3 Oct 2020 01:05:32 -0400 Subject: [PATCH] adjust text spacing --- assets/css/styles.css | 14 ++++++++++++-- index.html | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) 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 @@