Fix sticky sidebar query

This commit is contained in:
Florine W. Dekker 2022-12-12 17:58:55 +01:00
parent 0ec60b3480
commit 46da788e86
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "3.5.2",
"version": "3.5.3",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",

View File

@ -54,7 +54,7 @@ a[target="_blank"]::after {
max-width: var(--aside-width);
}
.grid-with-sidebar aside.sticky {
.grid-with-sidebar aside .sticky {
position: sticky;
top: var(--block-spacing-vertical);
}