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 13, 2024
1 parent d88c126 commit 3e047a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/datahub/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
Expand Down
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-[10.5rem]',
'h-20',
],
theme: {
...baseConfig.theme,
extend: {
Expand Down

0 comments on commit 3e047a3

Please sign in to comment.