diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 09:02:11 -0400 | 
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 09:02:11 -0400 | 
| commit | e77b255a0ceda1dd1cf43364a025465e7a852f0a (patch) | |
| tree | 82259cb6efce0156d1b52be038862918410d0679 /templates | |
| parent | fccd789b62d63853cf08bc7976a1743266fccac2 (diff) | |
| download | carpentertutoring-e77b255a0ceda1dd1cf43364a025465e7a852f0a.tar.xz carpentertutoring-e77b255a0ceda1dd1cf43364a025465e7a852f0a.zip | |
feat: banner combined with top to bottom fade from white
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html.j2 | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 4704e49..2fa471c 100644 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -2,13 +2,10 @@  {% block main %}  <!--banner--> -<section class="banner"> +<section class="banner flexible">  	<h1>  		CARPENTER TUTORING  	</h1> -</section> - -<section class="centered">  	<h6>  		Discovering your path to success.  	</h6> |