Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-06-15 15:13:22 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-06-15 15:13:22 +0300
commit1ae175faf4ce8440e6b60b69f18258e301d75350 (patch)
tree5ddcdb1dc4fd9d62cf4b3b962e85921643f1d597 /assets/css/tailwind.config.js
parent154d615c25b50e677bcaa532ee94d461569a91e2 (diff)
fix: change the navbar height to bridge the gap
Diffstat (limited to 'assets/css/tailwind.config.js')
-rw-r--r--assets/css/tailwind.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/tailwind.config.js b/assets/css/tailwind.config.js
index af75cf1..20eee7d 100644
--- a/assets/css/tailwind.config.js
+++ b/assets/css/tailwind.config.js
@@ -17,6 +17,9 @@ module.exports = {
'mono': ['SFMono-Regular', 'Menlo'],
},
extend: {
+ minHeight: {
+ '16': '4rem',
+ },
inset: {
'16': '4rem',
},