diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-21 20:51:42 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-21 20:51:42 +0100 |
commit | 886aca24778b72edd89726c90783f8c32438db2c (patch) | |
tree | ecc6fceb1633b8b102b657a775e96a04436084fb /alphabetlearning/templates/base.html | |
parent | 1a34a9f78641d868f7445c3f4cabbef7c563b78c (diff) |
wip: have featured cards lined up on resource index page
Diffstat (limited to 'alphabetlearning/templates/base.html')
-rw-r--r-- | alphabetlearning/templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index 4b21f74..a0b2424 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -27,8 +27,6 @@ {% endblock javascript %} </head> <body> - - <header> <nav> <a href="{% url "home" %}"> @@ -112,7 +110,7 @@ {% endfor %} {% endif %} {% block main %} - <div class="main"> + <div> {% block content %} {% endblock content %} <footer> |