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

github.com/puresyntax71/hugo-theme-chunky-poster.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-17 19:21:08 +0300
committervirtualcursor <2540378-virtualcursor@users.noreply.gitlab.com>2019-12-17 19:21:08 +0300
commite66a58723e77deb8a17c60b71335a14a3ba86406 (patch)
treedb1574e72184b91037579b055780c734bd5d78d0 /src
parent5d1bbd75cf0076e0db8125d5d8fcbb3bf1791324 (diff)
Update navbar.
Diffstat (limited to 'src')
-rw-r--r--src/scss/_variables.scss2
-rw-r--r--src/scss/chunky-poster.scss4
2 files changed, 6 insertions, 0 deletions
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss
index 9f3a705..cb5f6d0 100644
--- a/src/scss/_variables.scss
+++ b/src/scss/_variables.scss
@@ -50,3 +50,5 @@ $border-radius-sm: .3rem;
$blockquote-font-size: $font-size-base;
$code-color: $body-color;
+$navbar-brand-font-size: 1rem;
+$navbar-nav-link-padding-x: 1.25rem;
diff --git a/src/scss/chunky-poster.scss b/src/scss/chunky-poster.scss
index f9260bf..ad4950c 100644
--- a/src/scss/chunky-poster.scss
+++ b/src/scss/chunky-poster.scss
@@ -51,3 +51,7 @@ img[data-src] {
opacity: 1;
}
}
+
+#navbar-main-menu .nav-item .nav-link {
+ font-size: $navbar-brand-font-size;
+}