Skip to content

Commit

Permalink
css: compilation page spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceOrunitia committed Aug 13, 2024
1 parent b95e517 commit e1ebff5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/en/docs/compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Below is a guide on how to compile Rosenpass yourself, including via the binary
## Compile it yourself
{{< /blocks/lead >}}

{{% blocks/section color="light" class="no-flex contains-code-snippets" %}}
{{% blocks/section color="light" class="no-flex contains-code-snippets compilation" %}}


<span class="spacer"></span>

Expand Down Expand Up @@ -124,7 +125,7 @@ sudo install rp /usr/local/bin
## Installation via binary files
{{< /blocks/lead >}}

{{% blocks/section color="light" class="no-flex contains-code-snippets" %}}
{{% blocks/section color="light" class="no-flex contains-code-snippets compilation" %}}

<span class="spacer"></span>

Expand Down
8 changes: 8 additions & 0 deletions static/css/rosenpass.css
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,14 @@ pre:has(code.language-bash){
max-height: 20vh;
}

.compilation div div ol li {
margin-left: 1rem;
}

.compilation div div span.codebox div.highlight {
margin: -5px 0 30px 0;
}

.codebox div.highlight{
margin: 0 0 15px 0;
border: none;
Expand Down

0 comments on commit e1ebff5

Please sign in to comment.