base page scaffolding and expense service

This commit is contained in:
Joe Arndt 2026-02-10 16:09:36 -06:00
parent e77c2b576d
commit bd18fecdff
14 changed files with 101 additions and 9 deletions

View file

@ -6,3 +6,12 @@ h1 {
margin: 0;
font-family: sans-serif;
}
h2 {
font-size: 1.2rem;
line-height: 100%;
font-weight: 500;
margin: 0;
font-family: sans-serif;
font-style: italic;
}