1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-13 20:14:10 +02:00

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
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;
}