unfortunately this is the change to the new zola based website

This commit is contained in:
Chris Cochrun 2025-04-13 14:33:35 -05:00
parent 308c4fb9c5
commit fa74bbe4b3
866 changed files with 3737 additions and 118270 deletions

20
static/css/base.css Normal file
View file

@ -0,0 +1,20 @@
@import "tailwindcss";
@layer base {
h1 {
font-size: var(--text-3xl);
/* padding: 1em 0em; */
}
h2 {
font-size: var(--text-2xl);
padding: 1em 0em;
}
h3 {
font-size: var(--text-xl);
padding: 1em 0em;
}
h4 {
font-size: var(--text-lg);
padding: 1em 0em;
}
}