Compare commits

...

2 commits

3 changed files with 11 additions and 1 deletions

3
.gitignore vendored
View file

@ -176,3 +176,6 @@ dist
# Test files # Test files
public/ public/
test test
# builds
now

7
justfile Normal file
View file

@ -0,0 +1,7 @@
dev:
bun run build
go run . --dev --config test/config.toml --domain example.org --public-dir public/
build:
bun run build
go build

View file

@ -262,7 +262,7 @@ li {
} }
.credits-legal { .credits-legal {
width: 70%; max-width: 800px;
padding: 0 2rem 1rem 2rem; padding: 0 2rem 1rem 2rem;
border-radius: 32px; border-radius: 32px;
} }