style: style updates for faq
This commit is contained in:
parent
6c6daf2158
commit
6d0da604f9
|
@ -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.
|
||||
|
||||
<br />
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue