rimgo/static/css/error.css

24 lines
376 B
CSS
Raw Normal View History

2022-09-13 20:31:55 +00:00
h2, p {
text-align: center;
}
h2 {
margin-bottom: 0;
}
main {
display: flex;
align-items: center;
flex-direction: column;
}
code {
display: block;
2022-09-19 01:57:40 +00:00
padding: 0.75em;
2022-09-13 20:31:55 +00:00
background-color: #383838;
2022-09-19 01:57:40 +00:00
width: 90%;
margin: 0.75em 0;
2022-09-13 20:31:55 +00:00
word-wrap: break-word;
border-radius: 4px;
font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
}