From 3223decd6845f0ba081bb0daffb45f7d0ea27cef Mon Sep 17 00:00:00 2001 From: Juney Lee Date: Sat, 9 Nov 2024 09:49:53 -0500 Subject: [PATCH] update splash --- resources/splash/index.html | 8 ++++---- resources/splash/styles.css | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/splash/index.html b/resources/splash/index.html index 78e18b1..c73ed30 100644 --- a/resources/splash/index.html +++ b/resources/splash/index.html @@ -11,12 +11,12 @@
- By using COMPAS RhinoVAULT, I agree with following Legal Terms + By using RhinoVAULT, I agree with following Legal Terms
YES / @@ -27,4 +27,4 @@ - \ No newline at end of file + diff --git a/resources/splash/styles.css b/resources/splash/styles.css index 837bfc8..eac75fd 100644 --- a/resources/splash/styles.css +++ b/resources/splash/styles.css @@ -40,7 +40,7 @@ a:visited{ #links{ position: absolute; top: 60%; - left: 8%; + left: 6%; line-height: 1.5; /* margin-top: 30%; */ } @@ -48,7 +48,7 @@ a:visited{ #terms{ position: absolute; top: 81%; - left: 8%; + left: 6%; font-size: xx-small; } @@ -78,6 +78,6 @@ a:visited{ #version{ position: fixed; - left: 34%; + left: 6%; top: 52%; -} \ No newline at end of file +}