added wallpaper component
This commit is contained in:
parent
281f0984bb
commit
955985e0ba
2 changed files with 61 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
|||
module.exports = {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
height: {
|
||||
almostscreen: '85vh',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue