diff --git a/lemonauth/static/lemonauth/css/indie.styl b/lemonauth/static/lemonauth/css/indie.styl new file mode 100644 index 0000000..ad7a699 --- /dev/null +++ b/lemonauth/static/lemonauth/css/indie.styl @@ -0,0 +1,4 @@ +.h-x-app + img + height 2em + margin-right .5em diff --git a/lemonauth/templates/lemonauth/indie.html b/lemonauth/templates/lemonauth/indie.html index ea2c089..5746b7d 100644 --- a/lemonauth/templates/lemonauth/indie.html +++ b/lemonauth/templates/lemonauth/indie.html @@ -1,12 +1,18 @@ {% extends 'lemoncurry/layout.html' %} +{% load static %} + +{% block styles %} + +{% endblock %} + {% block main %}