Skip to content

Commit

Permalink
Updates 01-19-2025
Browse files Browse the repository at this point in the history
 - css fix for the code tag on mobile
  • Loading branch information
coconut3-dev committed Jan 19, 2025
1 parent aa52cd6 commit 70a9da5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/infra/cjdns-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Your node should appear on [The Cjdns Peer Tester](https://vinny.cjdns.fr/ptest/
If your node is not showing up enter this command and wait 5 minutes before repeating __Step 3__:

```
Systemctl restart cjdns-sh.service
systemctl restart cjdns-sh.service
```

This will restart the cjdns node.
Expand Down
4 changes: 4 additions & 0 deletions theme-moonstone/mkdocs_moonstone/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,8 @@ footer .col > a:focus {
.md-footer-nav > .md-footer-nav__link--next {
margin-top: 15px;
}
#main pre {
max-width: 100%;
white-space: break-spaces;
}
}

0 comments on commit 70a9da5

Please sign in to comment.