From a505c844c0537c7aeb59e287687561d2d0a9d6e4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 22 Oct 2024 17:12:20 +0100 Subject: wip: resource index page my CSS changes - using flex for featured, grid for standard - nice rainbow underline to h1 using ::after, etc - lorem ipsum text - spaced out content of standard cards a little - new Noto font from Google fonts --- alphabetlearning/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'alphabetlearning/templates/base.html') diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index def801e..c338e06 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -14,6 +14,10 @@ + + + + {% block extra_css %} {% endblock extra_css %} -- cgit v1.2.3