From b9e49e3ba1ff471dc6a8d1896c2701a5f6b11338 Mon Sep 17 00:00:00 2001 From: Ayush Gaggar Date: Fri, 4 Oct 2024 10:49:40 -0500 Subject: [PATCH] moving slider code to before end of body tag --- index.html | 37 +++++++++++++++++++------------------ static/css/index.css | 10 +++++----- 2 files changed, 24 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 904737b..96b0e60 100644 --- a/index.html +++ b/index.html @@ -223,25 +223,16 @@

Abstract

See how our augmentation compares with others!

- -
-
- -
- - -
FisherRF
-
Ours
- - + +
FisherRF
+
Ours
+
@@ -577,5 +568,15 @@

BibTeX

+ + diff --git a/static/css/index.css b/static/css/index.css index 77d4533..df06149 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -212,7 +212,7 @@ body { -webkit-appearance: none; appearance: none; width: 100%; - height: 100%; + height: 90%; background: rgba(242, 242, 242, 0.0); outline: none; margin: 0; @@ -238,11 +238,11 @@ body { .top-left { position: absolute; - top: 8px; - left: 16px; + top: 12px; + left: 20px; } .top-right { position: absolute; - top: 8px; - right: 16px; + top: 12px; + right: 20px; } \ No newline at end of file