Add home button to header and update styles for improved layout (#3)

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-11-20 13:29:51 -05:00
committed by GitHub
parent 6a7beeefc8
commit 71334aca77
2 changed files with 60 additions and 11 deletions

View File

@@ -12,15 +12,15 @@ on:
default: '8.10 9.6 10.0'
# Run on push to main (for testing)
push:
branches:
- main
paths:
- 'src/**'
- 'templates/**'
- 'pyproject.toml'
- '.github/workflows/build.yml'
# # Run on push to main (for testing)
# push:
# branches:
# - main
# paths:
# - 'src/**'
# - 'templates/**'
# - 'pyproject.toml'
# - '.github/workflows/build.yml'
jobs:
build: