Add partials, add new images, edit html pages

This commit is contained in:
Tobias Hilfiker
2022-12-19 21:45:41 +01:00
parent d4250427b0
commit a37bf58d96
18 changed files with 83 additions and 61 deletions

View File

@@ -1,6 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./*.{html,js}"],
content: ["./*.{html,js}",
"./partials/*.hbs"],
theme: {
extend: {
colors: {
@@ -11,7 +12,9 @@ module.exports = {
},
fontSize: {
's-h1': '50px',
h1: '56px'
h1: '56px',
's-h2': '60px',
h2: '60px'
}
},
},