diff --git a/.astro/settings.json b/.astro/settings.json index bf82959b..f9e9496c 100644 --- a/.astro/settings.json +++ b/.astro/settings.json @@ -1,5 +1,8 @@ { "devToolbar": { "enabled": false + }, + "_variables": { + "lastUpdateCheck": 1715053823392 } } \ No newline at end of file diff --git a/package.json b/package.json index 80c30054..5b130d5c 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ }, "dependencies": { "@pagefind/default-ui": "^1.1.0", - "astro": "^4.6.1", - "dayjs": "^1.11.10", + "astro": "^4.7.1", + "dayjs": "^1.11.11", "lozad": "^1.16.0", "motion": "^10.17.0", "pagefind": "^1.1.0" @@ -32,7 +32,7 @@ "devDependencies": { "@astrojs/rss": "^4.0.5", "@astrojs/tailwind": "^5.1.0", - "@tailwindcss/typography": "^0.5.12", + "@tailwindcss/typography": "^0.5.13", "@types/lozad": "^1.16.4", "node-html-parser": "^6.1.13", "prettier": "^3.2.5", diff --git a/src/layouts/post.astro b/src/layouts/post.astro index f89416ee..14a5ed61 100644 --- a/src/layouts/post.astro +++ b/src/layouts/post.astro @@ -151,7 +151,7 @@ if (postIndex < allPosts.length) { .logo:active { text-decoration: none; border-block-end: none; - padding-block-end: none; + padding-block-end: unset; } #grid-main { @@ -175,7 +175,7 @@ if (postIndex < allPosts.length) { } .heti .pay-button:hover { border-block-end: none; - padding-block-end: 0px; + padding-block-end: 0; } @@ -236,6 +236,7 @@ if (postIndex < allPosts.length) {