From 156f6cfcfe89748c0b67eb9b2ca51b37a6feb6c1 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Thu, 21 Apr 2016 20:45:56 -0400 Subject: [PATCH] more css stuffs --- atoms/index.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index 9b65b0c..da4be7b 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -256,7 +256,7 @@ img { .key { margin-left: 18%; margin-bottom: -20%; - margin-top: 10%; + margin-top: 15%; } .keycolor { @@ -271,10 +271,15 @@ img { text-align: left; } +#keylegend { + position: absolute; + top: 16%; +} + .legendholder { position:absolute; - top: 15%; - left: 30%; + top: 16%; + left: 35%; } .legend { @@ -299,7 +304,7 @@ img { .maxlegend { position: relative; - right: 85%; + left: 85%; bottom:50; } @@ -315,6 +320,7 @@ img { } .infoBox { + margin-bottom: 5%; display: flex; cursor: text; -webkit-touch-callout: text;