3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

Make docs more mobile friendly

This commit is contained in:
Dragory 2020-12-13 22:11:04 +02:00
parent 7700afda2b
commit 864b57aac1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
7 changed files with 62 additions and 20 deletions

View file

@ -1,6 +1,15 @@
module.exports = {
important: true,
theme: {
extend: {}
extend: {
lineHeight: {
zero: '0'
},
flex: {
full: '0 0 100%',
flexible: '1 1 0'
}
}
},
variants: {},
plugins: []