Skip to content

Commit

Permalink
ui: change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
fgravin committed Nov 19, 2024
1 parent c1465e7 commit f9593a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions apps/datahub/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/materials-symbols-outline.css" />
<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"
/>
<link
rel="preload"
href="assets/configuration/default.toml"
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 f9593a1

Please sign in to comment.