diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index d4869f7..a88eee9 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -55,7 +55,7 @@ - Colab + Colab -
+
{% endif %} - diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index 25f11bf..b645e8a 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -8,7 +8,7 @@ body { #header-searchbox { - width: 200px; + width: 140px; } #header-hr { @@ -124,7 +124,7 @@ body { .container { /* Overwritting max-width for better web responsive */ - max-width: 95% !important; + /* max-width: 95% !important; */ } /* Forms */ -- libgit2 0.21.2