9 lines
121 B
CSS
9 lines
121 B
CSS
body > *:not(:last-child) {
|
|
margin-bottom: 3rem;
|
|
}
|
|
|
|
#error-view {
|
|
word-break: break-word;
|
|
white-space: pre-line;
|
|
}
|