Improve logging and error handling (#3059)

* refactor: logging and errror handling
This commit is contained in:
Dag 2022-10-16 17:55:43 +02:00 committed by GitHub
parent e21394d2d3
commit ffbc107687
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 143 additions and 93 deletions

View file

@ -50,6 +50,12 @@ a:hover {
text-decoration: underline;
}
h1,h2 {
margin-bottom: 10px;
}
p {
margin-bottom: 10px;
}
/* Header */
header {
@ -328,12 +334,6 @@ h5 {
margin-bottom: 6px;
}
.advice {
margin-left: auto;
margin-right: auto;
display: table;
}
.advice > li {
text-align: left;
}