Skip to content

Commit f5fac1b

Browse files
committed
style: style updates for faq
1 parent 9ed451e commit f5fac1b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

about/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Nimbus is written in Nim, an efficient, general-purpose systems programming lang
2727

2828
There are three key benefits to working in Nim. It:
2929

30-
Enables us to easily bring research into production;
30+
- Enables us to easily bring research into production;
3131

32-
Has a high degree of reasonability for researchers;
32+
- Has a high degree of reasonability for researchers;
3333

34-
Is performant in production.
34+
- Is performant in production.
3535

3636
<br />
3737

src/css/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ html[data-theme='light'] {
6969
margin-top: -40%;
7070
}
7171

72+
.hash-link {
73+
position: absolute;
74+
}
75+
7276
@media screen and (min-width: 996px) {
7377
.mdx-hero > .mdx-hero-image > img {
7478
position: absolute;

0 commit comments

Comments
 (0)