All pages now in Nuxt, work next on nav.
DB connected, check issues with writing. Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
f9e7e5480c
commit
14659122c3
17 changed files with 375 additions and 56 deletions
|
|
@ -2,6 +2,16 @@ import type { Config } from 'tailwindcss'
|
|||
|
||||
export default <Partial<Config>>{
|
||||
theme: {
|
||||
extend: {
|
||||
spacing: {
|
||||
'screen-4/5': '80vh',
|
||||
'screen-1/5': '20vh',
|
||||
'screen-1/10': '10vh',
|
||||
'screen-9/10': '90vh',
|
||||
'screen-1/20': '5vh',
|
||||
'screen-19/20': '95vh',
|
||||
},
|
||||
}
|
||||
},
|
||||
content: [
|
||||
`./components/**/*.{vue,js,ts}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue