mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 19:55:21 +00:00
Improved error handling
This commit is contained in:
24
static/css/error.css
Normal file
24
static/css/error.css
Normal file
@@ -0,0 +1,24 @@
|
||||
h2, p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
main {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
code {
|
||||
display: block;
|
||||
padding: 0.5em;
|
||||
background-color: #383838;
|
||||
width: 50%;
|
||||
margin: 0.5em auto;
|
||||
word-wrap: break-word;
|
||||
border-radius: 4px;
|
||||
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user