From f5fac1b1318cca2e632ac4519b7569e4a7e14a1a Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Mon, 22 Apr 2024 17:04:13 +0900 Subject: [PATCH] style: style updates for faq --- about/faq.mdx | 6 +++--- src/css/custom.scss | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/about/faq.mdx b/about/faq.mdx index 27a861a..da2fd97 100644 --- a/about/faq.mdx +++ b/about/faq.mdx @@ -27,11 +27,11 @@ Nimbus is written in Nim, an efficient, general-purpose systems programming lang There are three key benefits to working in Nim. It: -Enables us to easily bring research into production; +- Enables us to easily bring research into production; -Has a high degree of reasonability for researchers; +- Has a high degree of reasonability for researchers; -Is performant in production. +- Is performant in production.
diff --git a/src/css/custom.scss b/src/css/custom.scss index 5f9bb13..da480be 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -69,6 +69,10 @@ html[data-theme='light'] { margin-top: -40%; } +.hash-link { + position: absolute; +} + @media screen and (min-width: 996px) { .mdx-hero > .mdx-hero-image > img { position: absolute;