diff --git a/src/colab/deprecated/templates/home.html b/src/colab/deprecated/templates/home.html
index dd2af65..38a1b57 100644
--- a/src/colab/deprecated/templates/home.html
+++ b/src/colab/deprecated/templates/home.html
@@ -19,7 +19,7 @@
-
{% trans "Distribution of Collaborations" %}
+
{% trans "Distribution of Collaborations" %}
@@ -48,7 +48,7 @@
diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css
index 59c6f84..81ab4b0 100644
--- a/src/colab/static/css/screen.css
+++ b/src/colab/static/css/screen.css
@@ -87,9 +87,15 @@
height: 16px;
}
-.column-title{
+.column-align{
display: inline-block;
margin-left: 20px;
margin-top: 0;
+ margin-bottom: 10px;
vertical-align: middle;
}
+
+.container{
+ /* Overwritting max-width for better web responsive */
+ max-width: 95% !important;
+}
--
libgit2 0.21.2