feat: 💄 redesign blogpost header

This commit is contained in:
Sebin Nyshkim 2024-10-20 02:44:02 +02:00
parent 1fb1591a03
commit ceb7cdb3d9
7 changed files with 37 additions and 28 deletions

View file

@ -2,7 +2,14 @@
export default {
content: ['./src/**/*.{html,md,njk,ejs,pug}'],
theme: {
extend: {}
extend: {
gridTemplateRows: {
'article-header': '1fr auto 0'
},
height: {
'128': '32rem'
}
}
},
plugins: [require('@tailwindcss/typography'),require("tailwindcss-safe-area")]
};