diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-16 12:47:44 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-16 12:47:44 +0200 |
| commit | fddb734efbb7554573840c24665a8c2f7f3ca198 (patch) | |
| tree | 2f4da260d17fcf08ad44fa9f1f8fa879f48d4426 | |
| parent | cfb3c1027c50d86d1d7ab4a7d62cf6f9e381e5a0 (diff) | |
| download | writefreesoftware.org-fddb734efbb7554573840c24665a8c2f7f3ca198.tar.xz | |
Fix brand link
| -rw-r--r-- | assets/sass/_custom.scss | 8 |
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; } |
