More security docs and other minor improvements

This commit is contained in:
2022-06-20 14:21:19 +00:00
parent c66a1cbf9a
commit 10dca2972d
7 changed files with 39 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ footer {
}
figure {
width: 42%;
float: right;
margin: 0 16px;
figcaption {
font-style: italic;
}
@@ -83,3 +86,7 @@ figure {
#lang-menu:hover ul {
display: block;
}
.block p {
margin: 0;
}