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 @@