Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Jun 25, 2024
1 parent 688f41b commit e7a2c68
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Library finder widget</title>
<style>
html {
font-size: 32px;
}
</style>
<script type="module" crossorigin src="/libraryfinder-widget.js"></script>
</head>

<body>
<div id="libraryfinder-widget" data-width="100%" data-height="100vh" data-primary="#632279" data-secondary="#f8ab89"
service="" region="">
data-service="" data-region="" data-html-font-size="32">
</div>
</body>

Expand Down
Loading

0 comments on commit e7a2c68

Please sign in to comment.