unfortunately this is the change to the new zola based website
This commit is contained in:
parent
308c4fb9c5
commit
fa74bbe4b3
866 changed files with 3737 additions and 118270 deletions
20
static/css/base.css
Normal file
20
static/css/base.css
Normal 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;
|
||||
}
|
||||
}
|
8
static/css/leaflet.extra-markers.min.css
vendored
8
static/css/leaflet.extra-markers.min.css
vendored
File diff suppressed because one or more lines are too long
1622
static/css/main.css
Normal file
1622
static/css/main.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue