Skip to content

Commit

Permalink
ui: change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Jun 12, 2024
1 parent 182ce17 commit 48e6a95
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/datahub/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ const { join } = require('path')

module.exports = {
...baseConfig,
safelist: [...baseConfig.safelist, 'w-max', 'items-end', 'sm:h-36', 'h-20'],
safelist: [
...baseConfig.safelist,
'w-max',
'items-end',
'sm:h-36',
'md:h-48',
'h-20',
],
theme: {
...baseConfig.theme,
extend: {
Expand Down

0 comments on commit 48e6a95

Please sign in to comment.