fix(web): layout spacing when zooming (#2452)

This commit is contained in:
Michel Heusschen
2023-05-17 17:44:15 +02:00
committed by GitHub
parent 308c63df16
commit 115a47d4c6
6 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,js,svelte,ts}'],
darkMode: 'class',
@@ -18,6 +19,9 @@ module.exports = {
},
fontFamily: {
'immich-title': ['Snowburst One', 'cursive']
},
spacing: {
18: '4.5rem'
}
}
},