Added HaKolloquium

This commit is contained in:
schnulller
2022-05-10 13:34:35 +02:00
parent c1e7680773
commit c5f30d463c
46 changed files with 3393 additions and 3 deletions

View 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', 'sans-serif'],
serif: ['Libertine', 'serif'],
},
screens: {
'sm': '640px',
'md': '1024px',
'lg': '1344px',
'xl': '1440px',
'2xl': '1680px',
},
extend: {},
},
plugins: [],
}