diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
commit | d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch) | |
tree | c397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /templates/about/index.html | |
parent | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff) | |
download | carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip |
feat: style changes for cards and banners and text size
Diffstat (limited to 'templates/about/index.html')
-rw-r--r-- | templates/about/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/about/index.html b/templates/about/index.html index 0d2434a..fcbc286 100644 --- a/templates/about/index.html +++ b/templates/about/index.html @@ -5,7 +5,7 @@ <h1>About Us</h1> </section> -<section class="quiet squarshed"> +<section class=" squarshed"> <p> <h2 style="font-size: 1.5em; text-align: center;"> There are many pathways to success. I started Carpenter Tutoring for @@ -14,7 +14,7 @@ </p> </section> -<section class="quiet flexible squarshed"> +<section class=" flexible squarshed"> <figure class="shadowy"> <picture> <source srcset="/assets/amy.webp" type="image/webp" /> @@ -64,8 +64,6 @@ </section> -<section></section> - {% include "team.html" %} -{% endblock %} +{% endblock %}
\ No newline at end of file |