Add prose and update copy and make better navbar

This commit is contained in:
2024-11-10 05:00:37 +01:00
parent a3de4dcb43
commit c1cce38148
5 changed files with 34 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./assets/**/*.html', './assets/**/*.js'],
content: [
'./assets/**/*.html',
'./assets/**/*.js',
'./assets/static/js/*.js',
],
theme: {
extend: {},
},