diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 14:33:05 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 14:33:05 +0200 |
commit | 3275b0542d7ce8c3193b27ac6147afe093ba33c8 (patch) | |
tree | b60addae5ff34066f0e1bc8c8157ee5c6f432823 | |
parent | ca9a786d0e3e0c737f022282d533f20efecc0754 (diff) |
Theme Update
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | assets/css/vars.css | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@  + ## 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 |