From 8aacfccff80c898426390b93861a8fb3fe09d0f6 Mon Sep 17 00:00:00 2001 From: The Maximalist Date: Thu, 22 Feb 2024 16:40:49 -0800 Subject: [PATCH] deploy --- package.json | 2 +- public/style.css | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1573469..2a80743 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/style.css b/public/style.css index de8f7cc..381227a 100644 --- a/public/style.css +++ b/public/style.css @@ -18,6 +18,10 @@ h1 { display: none; } +.images img { + width: 100%; +} + #content > h2:first-of-type { visibility: hidden; position: absolute; @@ -173,10 +177,6 @@ figure img { max-width: 800px; } -.images img { - width: 49%; -} - #TOC { position: absolute; height: 100%; @@ -221,7 +221,7 @@ figure img { } #content.gap-xl #TOC > ul { - margin-top: 450px; + margin-top: 425px; } #content.gap-2xl #TOC > ul {