feat: 💄 redesign blogpost header
This commit is contained in:
parent
1fb1591a03
commit
ceb7cdb3d9
7 changed files with 37 additions and 28 deletions
|
@ -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")]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue