Reduce margin above article list

This commit is contained in:
Florine W. Dekker 2022-11-20 23:26:04 +01:00
parent 7242b2e55d
commit 37da9f5522
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "blog",
"version": "1.4.0",
"version": "1.4.1",
"description": "Florine's personal blog.",
"author": "Florine W. Dekker",
"browser": "dist/bundle.js",

View File

@ -1,3 +1,8 @@
main.container {
/*noinspection CssUnresolvedCustomProperty*/
padding-top: calc(var(--block-spacing-vertical) / 2);
}
.go-home {
position: sticky;
top: 0;