Skip to content

Commit

Permalink
homepage 13
Browse files Browse the repository at this point in the history
  • Loading branch information
dokester committed Jun 10, 2024
1 parent 43095e9 commit 6af5a7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

.dropdown {
position: absolute;
right: 230px;
right: 260px;
display: inline-block;
}
.dropdown2 {
position: absolute;
right: 330px;
right: 360px;
display: inline-block;
}

Expand Down
10 changes: 5 additions & 5 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ solid DodgerBlue">Contents</span>
<div class="dropdown-content">

| Contents |
| :-: | :-: | :-: |
| [1. Introduction](#intro) |
| [2. Imports](#imports) |
| [3. Models](#model) |
| [4. Fitters](#fitter) |
| :-: |
| [1. Introduction](#intro) |
| [2. Imports](#imports) |
| [3. Models](#model) |
| [4. Fitters](#fitter) |
| [5. NestedSampler](#ns) |
| [6. Synopsis](#synopsis) |

Expand Down

0 comments on commit 6af5a7c

Please sign in to comment.