add web3 sticker

This commit is contained in:
2022-05-25 11:50:15 +02:00
parent d4d05ba941
commit 4a55ed1565
5 changed files with 217 additions and 34 deletions

View File

@ -5,6 +5,6 @@ module.exports = {
"./content/**/*.{html,md}",
],
safelist: [
'sm:flex-row', 'lg:flex-row', 'lg:hidden'
'sm:flex-row', 'lg:flex-row', 'lg:hidden', 'sm:block'
],
};