From ef0946ff08c59f1238f1d40c6943f125c0678383 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 29 Sep 2015 11:25:49 +0100 Subject: Minor fixes to imporve behaviour when you scroll windows that aren't tall. Will also stop things breaking horribly if you try to put something after the visulisation, such as some text explaining what its about. --- style.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/style.css b/style.css index 51ecf1d..7bb6c34 100644 --- a/style.css +++ b/style.css @@ -84,10 +84,8 @@ h1>em>a:hover { .visualisation { font-size: 90%; - position: absolute; text-align: center; - width: 100%; - top: 45%; + margin: 4em 0 2em 0; } .detail { @@ -103,10 +101,6 @@ h1>em>a:hover { text-align: left; } -.content { - height: 85%; -} - .container { color: #111; } -- cgit v1.2.1