From 93515f310d6151294dacfd1a33f8107a91df54db Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 22 Apr 2024 14:33:05 +0200 Subject: [PATCH] Theme Update --- README.md | 1 + assets/css/vars.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2eed6e..79c1814 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ ![1](misc/3.png) + ## Installation To receive updates, add the theme as a submodule: diff --git a/assets/css/vars.css b/assets/css/vars.css index 5a1ed78..09cb6da 100644 --- a/assets/css/vars.css +++ b/assets/css/vars.css @@ -49,6 +49,6 @@ @media screen and (max-width: 640px) { :root { - --header-top-gap: .5rem; + --header-top-gap: 1rem; } } \ No newline at end of file