From d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 18 May 2025 10:10:00 -0400 Subject: feat: style changes for cards and banners and text size --- templates/brochure/index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'templates/brochure') diff --git a/templates/brochure/index.html b/templates/brochure/index.html index 41a62f4..6304887 100644 --- a/templates/brochure/index.html +++ b/templates/brochure/index.html @@ -1,8 +1,8 @@ {% extends "base.html" %} {% block style %} - {% include "../styles.css" %} - {% include "brochure.css" %} +{% include "../styles.css" %} +{% include "brochure.css" %} {% endblock %} {% block main %} @@ -10,13 +10,15 @@

Interactive Brochure

-
+

- Click on pages to fold and unfold and use Flip to toggle front and back. This works best on a tablet or desktop screen. + Click on pages to fold and unfold and use Flip to toggle front and back. This works best on a tablet or + desktop screen.

{% include "brochure.html" %} @@ -29,4 +31,4 @@ {% include "brochure.js" %} -{% endblock %} +{% endblock %} \ No newline at end of file -- cgit v1.2.3