aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-05-16 12:47:44 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-16 12:47:44 +0200
commitfddb734efbb7554573840c24665a8c2f7f3ca198 (patch)
tree2f4da260d17fcf08ad44fa9f1f8fa879f48d4426 /assets
parentcfb3c1027c50d86d1d7ab4a7d62cf6f9e381e5a0 (diff)
downloadwritefreesoftware.org-fddb734efbb7554573840c24665a8c2f7f3ca198.tar.xz
Fix brand link
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss
index 4697c94..1c8c1fe 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -1,3 +1,11 @@
+.nav_brand {
+ z-index: 1;
+}
+
+.show .nav_body {
+ top: 2rem;
+}
+
.nav_brand picture, .nav_brand img {
max-width: 22rem;
}