added wallpaper component

This commit is contained in:
Philippe Loctaux 2023-05-17 22:26:36 +02:00
parent 281f0984bb
commit 955985e0ba
2 changed files with 61 additions and 1 deletions

View file

@ -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: [],
}