diff --git a/github/python-oauth-web-app/templates/base.html b/github/python-oauth-web-app/templates/base.html index 3193bf9..a9ea659 100644 --- a/github/python-oauth-web-app/templates/base.html +++ b/github/python-oauth-web-app/templates/base.html @@ -73,7 +73,7 @@ display: flex; flex-direction: column; justify-content: flex-end; - padding-left:20px; + padding-left:30px; .content:first-of-type { position: sticky; bottom: 0; @@ -97,6 +97,9 @@ } .container-1 { display: block; + .right-container { + padding-left:0px; + } } }