mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-kolloquium.git
synced 2025-10-29 09:15:33 +00:00
Initial commit
This commit is contained in:
27
tailwind.config.js
Normal file
27
tailwind.config.js
Normal file
@@ -0,0 +1,27 @@
|
||||
module.exports = {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./kolloquien.html",
|
||||
"./acta-baende.html",
|
||||
"./studien.html",
|
||||
"./kontakt.html",
|
||||
"./datenschutzerklaerung.html",
|
||||
"./main.js",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
sans: ['Biolinum G', 'Biolinum', 'sans-serif'],
|
||||
serif: ['Libertine G', 'Libertine', 'serif'],
|
||||
},
|
||||
screens: {
|
||||
'sm': '640px',
|
||||
'md': '1024px',
|
||||
'lg': '1344px',
|
||||
'xl': '1440px',
|
||||
'2xl': '1680px',
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user