Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
themaximalist committed Feb 23, 2024
1 parent da0a518 commit 8aacfcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@themaximalist/vectordb.js",
"version": "0.1.1",
"version": "0.1.2",
"description": "In-memory vector database",
"main": "src/index.js",
"type": "module",
Expand Down
10 changes: 5 additions & 5 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ h1 {
display: none;
}

.images img {
width: 100%;
}

#content > h2:first-of-type {
visibility: hidden;
position: absolute;
Expand Down Expand Up @@ -173,10 +177,6 @@ figure img {
max-width: 800px;
}

.images img {
width: 49%;
}

#TOC {
position: absolute;
height: 100%;
Expand Down Expand Up @@ -221,7 +221,7 @@ figure img {
}

#content.gap-xl #TOC > ul {
margin-top: 450px;
margin-top: 425px;
}

#content.gap-2xl #TOC > ul {
Expand Down

0 comments on commit 8aacfcc

Please sign in to comment.