diff --git a/app/static/app/css/custom.css b/app/static/app/css/custom.css index 8981a84..b294ef0 100644 --- a/app/static/app/css/custom.css +++ b/app/static/app/css/custom.css @@ -99,6 +99,7 @@ .maincontainer { height: 93vh; transition: height 1s ease, transform 1s ease; + margin: 0; } .bg-white-color { diff --git a/app/templates/app/base.html b/app/templates/app/base.html index 87aa0ea..9a936ed 100644 --- a/app/templates/app/base.html +++ b/app/templates/app/base.html @@ -16,20 +16,22 @@
-
+
- Settings - - - - Settings - SettingsClose +
+ Settings + + + + Settings + SettingsClose +
-
+
{% block content %} {% endblock %}