Move blog into website/blog
Nest the blog work within the website directory.
This commit is contained in:
parent
54d1a0048a
commit
95e761e59b
40 changed files with 2 additions and 3 deletions
18
website/blog/themes/tailwind/tailwind.config.js
Normal file
18
website/blog/themes/tailwind/tailwind.config.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
flex: {
|
||||
'l-24': '0 0 6rem'
|
||||
},
|
||||
fontFamily: {
|
||||
serif: ['Arvo'],
|
||||
mono: ['Source Code Pro']
|
||||
},
|
||||
padding: {
|
||||
'1/2': '0.125rem'
|
||||
}
|
||||
}
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue