From 70013fdf4f86b377c1e4bb3d9835e338174e462d Mon Sep 17 00:00:00 2001 From: Fabian Koch Date: Tue, 12 Aug 2014 23:09:05 +0200 Subject: [PATCH] more steps towards a better Layout for the large Screen --- css/graph.css | 3 +- css/main.css | 3 ++ index.html | 98 +++++++++++++++++++++++++++++---------------------- 3 files changed, 59 insertions(+), 45 deletions(-) diff --git a/css/graph.css b/css/graph.css index 8b8018c..e60dc82 100644 --- a/css/graph.css +++ b/css/graph.css @@ -6,8 +6,7 @@ margin-bottom: 10px; } .chart { - position: relative; - left: 40px; + margin-left: 40px; } .y_axis { position: absolute; diff --git a/css/main.css b/css/main.css index b764399..712a52d 100644 --- a/css/main.css +++ b/css/main.css @@ -20,6 +20,9 @@ footer p { text-align: center; /* center align it with the container */ } +#twitter_widget { + text-align: right; +} .container { margin-left: auto; margin-right: auto; diff --git a/index.html b/index.html index f051cb9..4e6f481 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@