mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 18:44:36 +02:00
Improve logging and error handling (#3059)
* refactor: logging and errror handling
This commit is contained in:
parent
e21394d2d3
commit
ffbc107687
13 changed files with 143 additions and 93 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue