aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/bootstrap/config.json
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-14 20:20:04 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-14 20:20:04 +0300
commit5e1b0b111c797e42ef8fba49377494ef84b88392 (patch)
tree810f5d15d77c088caf868a90617874e1e4ffd99f /assets/bootstrap/config.json
parentcategories: sort categories in archive (diff)
downloadjekyll-theme-5e1b0b111c797e42ef8fba49377494ef84b88392.tar.gz
jekyll-theme-5e1b0b111c797e42ef8fba49377494ef84b88392.zip
bootstrap: lower navbar height
This is experimental, I'm not sure it actually makes the navbar look better, especially on mobile.
Diffstat (limited to '')
-rw-r--r--assets/bootstrap/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/bootstrap/config.json b/assets/bootstrap/config.json
index 0d76a22..c9a66f2 100644
--- a/assets/bootstrap/config.json
+++ b/assets/bootstrap/config.json
@@ -140,7 +140,7 @@
"@container-md": "@container-desktop",
"@container-large-desktop": "(1140px + @grid-gutter-width)",
"@container-lg": "@container-large-desktop",
- "@navbar-height": "50px",
+ "@navbar-height": "40px",
"@navbar-margin-bottom": "@line-height-computed",
"@navbar-border-radius": "@border-radius-base",
"@navbar-padding-horizontal": "floor((@grid-gutter-width / 2))",