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