diff --git a/.gitignore b/.gitignore index d765d1f..3027d51 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,5 @@ requirements_henu.txt /collected_static/ mydatabase settings.json -.vscode/ \ No newline at end of file +.vscode/ +.DS_Store diff --git a/kaehmy/static/css/base.css b/kaehmy/static/kaehmy/css/base.css similarity index 100% rename from kaehmy/static/css/base.css rename to kaehmy/static/kaehmy/css/base.css diff --git a/kaehmy/static/css/footer.css b/kaehmy/static/kaehmy/css/footer.css similarity index 99% rename from kaehmy/static/css/footer.css rename to kaehmy/static/kaehmy/css/footer.css index bf63819..8c8bba8 100644 --- a/kaehmy/static/css/footer.css +++ b/kaehmy/static/kaehmy/css/footer.css @@ -7,7 +7,7 @@ footer { bottom: 0; width: 100%; height: 60px; /* Set the fixed height of the footer here */ - /* line-height: 60px; /* Vertically center the text there */ */ + /* line-height: 60px; /* Vertically center the text there */ margin-top: 2rem; margin-bottom: 1rem; } diff --git a/kaehmy/static/css/header.css b/kaehmy/static/kaehmy/css/header.css similarity index 100% rename from kaehmy/static/css/header.css rename to kaehmy/static/kaehmy/css/header.css diff --git a/kaehmy/static/css/nav.css b/kaehmy/static/kaehmy/css/nav.css similarity index 100% rename from kaehmy/static/css/nav.css rename to kaehmy/static/kaehmy/css/nav.css diff --git a/kaehmy/static/css/readme.md b/kaehmy/static/kaehmy/css/readme.md similarity index 100% rename from kaehmy/static/css/readme.md rename to kaehmy/static/kaehmy/css/readme.md diff --git a/kaehmy/templates/base.html b/kaehmy/templates/base.html index 4e66d42..06e360b 100644 --- a/kaehmy/templates/base.html +++ b/kaehmy/templates/base.html @@ -4,19 +4,22 @@ {% load i18n %} {% block styles %} - + + + + {% endblock styles %} {% block body %} {% block header %}