Skip to content

Commit 30bee7a

Browse files
committed
ui: change logo
1 parent d88c126 commit 30bee7a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

apps/datahub/tailwind.config.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ const { join } = require('path')
44

55
module.exports = {
66
...baseConfig,
7-
safelist: [...baseConfig.safelist, 'w-max', 'items-end', 'sm:h-36', 'h-20'],
7+
safelist: [
8+
...baseConfig.safelist,
9+
'w-max',
10+
'items-end',
11+
'sm:h-36',
12+
'md:h-48',
13+
'h-20',
14+
],
815
theme: {
916
...baseConfig.theme,
1017
extend: {

0 commit comments

Comments
 (0)