From 01730e51a05936abf972b7c1d1883e71c8e596dd Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:05:24 +0300 Subject: [PATCH] Welcome Text Adjustment --- static/koboldai.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/koboldai.css b/static/koboldai.css index 25c29720..8200f436 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2381,6 +2381,10 @@ body { max-width: 720px; } +.welcome_text { + transform: translate(10px, 15px); +} + /* Popups */ #popup-container { position: absolute;