diff --git a/static/css/style.css b/static/css/style.css index 6d49a85..db69934 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -128,6 +128,10 @@ header > * { display: block; } + #profile-menu-dropdown > .dropdown-content{ + right: 1.5em; + } + header > a { display: none; } diff --git a/templates/base.html b/templates/base.html index a90f4a4..98f124d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -44,7 +44,7 @@ -